home *** CD-ROM | disk | FTP | other *** search
/ HighPerFORM 1997 / HighPerFORM 97.iso / HPF97 / data1.cab / Program_Support_Files / Pangaea.mdb / URAR0693.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-10-13  |  208.2 KB

  1. {
  2.     "schema": {
  3.         "KeyWord": "Text (25)",
  4.         "FieldIndex": "Long Integer",
  5.         "TypeOfField": "Byte",
  6.         "CheckBox": "Boolean NOT NULL",
  7.         "Page": "Long Integer",
  8.         "Justify": "Long Integer",
  9.         "EditLeft": "Long Integer",
  10.         "EditTop": "Long Integer",
  11.         "EditWidth": "Long Integer",
  12.         "EditHeight": "Long Integer",
  13.         "NumberOfLines": "Long Integer",
  14.         "DefaultFont": "Text (50)",
  15.         "DefPrecision": "Integer",
  16.         "AutoCalc": "Boolean NOT NULL",
  17.         "Formula": "Memo/Hyperlink (255)",
  18.         "Dependencies": "Text (100)",
  19.         "Updates": "Text (100)"
  20.     },
  21.     "data": [
  22.         {
  23.             "KeyWord": "ClientCaseNumber",
  24.             "FieldIndex": 1,
  25.             "TypeOfField": 0,
  26.             "CheckBox": 0,
  27.             "Page": 1,
  28.             "Justify": 1,
  29.             "EditLeft": 484,
  30.             "EditTop": 6,
  31.             "EditWidth": 133,
  32.             "EditHeight": 13,
  33.             "NumberOfLines": 1,
  34.             "DefaultFont": "Tahoma,8,0,0",
  35.             "DefPrecision": -1,
  36.             "AutoCalc": 1,
  37.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tURAR0693.P2ClientCaseNumber = URAR0693.ClientCaseNumber;\r\n\tCopyField(\"URAR0693.ClientCaseNumber\");\r\nend;\r\n",
  38.             "Updates": "294"
  39.         },
  40.         {
  41.             "KeyWord": "SUBPropAddress",
  42.             "FieldIndex": 3,
  43.             "TypeOfField": 0,
  44.             "CheckBox": 0,
  45.             "Page": 1,
  46.             "Justify": 0,
  47.             "EditLeft": 84,
  48.             "EditTop": 35,
  49.             "EditWidth": 220,
  50.             "EditHeight": 13,
  51.             "NumberOfLines": 1,
  52.             "DefaultFont": "Tahoma,8,0,0",
  53.             "DefPrecision": -1,
  54.             "AutoCalc": 1,
  55.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUAddress1\" is\r\nbegin\r\n\tif!Changed(\"URAR0693.GSUAddress1\") then\r\n\t\tURAR0693.GSUAddress1 = URAR0693.SUBPropAddress;\r\n\tCopyField(\"URAR0693.SUBPropAddress\");\r\nend;\r\n",
  56.             "Dependencies": "329",
  57.             "Updates": "329"
  58.         },
  59.         {
  60.             "KeyWord": "SUBCity",
  61.             "FieldIndex": 4,
  62.             "TypeOfField": 0,
  63.             "CheckBox": 0,
  64.             "Page": 1,
  65.             "Justify": 0,
  66.             "EditLeft": 330,
  67.             "EditTop": 34,
  68.             "EditWidth": 109,
  69.             "EditHeight": 13,
  70.             "NumberOfLines": 1,
  71.             "DefaultFont": "Tahoma,8,0,0",
  72.             "DefPrecision": -1,
  73.             "AutoCalc": 0,
  74.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUAddress2\" is\r\n/* no depends URAR0693.SUBState URAR0693.SUBZip */\r\nbegin\r\n\tCopyField(\"URAR0693.SUBCity\");\r\n\tbegin\r\n\t\tURAR0693.SUBPropCityStateZip = URAR0693.SUBCity + \", \" + \r\n\t\t\tURAR0693.SUBState + \" \" + URAR0693.SUBZip;\r\n\tend;\r\n\tCopyField(\"URAR0693.SUBPropCityStateZip\");\r\nend;\r\n",
  75.             "Dependencies": "330"
  76.         },
  77.         {
  78.             "KeyWord": "SUBState",
  79.             "FieldIndex": 5,
  80.             "TypeOfField": 0,
  81.             "CheckBox": 0,
  82.             "Page": 1,
  83.             "Justify": 0,
  84.             "EditLeft": 473,
  85.             "EditTop": 35,
  86.             "EditWidth": 28,
  87.             "EditHeight": 13,
  88.             "NumberOfLines": 1,
  89.             "DefaultFont": "Tahoma,8,0,0",
  90.             "DefPrecision": -1,
  91.             "AutoCalc": 0,
  92.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUAddress2\" is\r\n/* no depends URAR0693.SUBCity URAR0693.SUBZip */\r\nbegin\r\n\tCopyField(\"URAR0693.SUBState\");\r\n\tbegin\r\n\t\tURAR0693.SUBPropCityStateZip = URAR0693.SUBCity + \", \" + \r\n\t\t\tURAR0693.SUBState + \" \" + URAR0693.SUBZip;\r\n\tend;\r\n\tCopyField(\"URAR0693.SUBPropCityStateZip\");\r\nend;\r\n",
  93.             "Dependencies": "330"
  94.         },
  95.         {
  96.             "KeyWord": "SUBZip",
  97.             "FieldIndex": 6,
  98.             "TypeOfField": 0,
  99.             "CheckBox": 0,
  100.             "Page": 1,
  101.             "Justify": 0,
  102.             "EditLeft": 545,
  103.             "EditTop": 35,
  104.             "EditWidth": 70,
  105.             "EditHeight": 13,
  106.             "NumberOfLines": 1,
  107.             "DefaultFont": "Tahoma,8,0,0",
  108.             "DefPrecision": -1,
  109.             "AutoCalc": 0,
  110.             "Formula": "routine main() returns nothing is\r\n/* no depends URAR0693.SUBCity URAR0693.SUBState */\r\nbegin\r\n\tCopyField(\"URAR0693.SUBZip\");\r\n\tbegin\r\n\t\tURAR0693.SUBPropCityStateZip = URAR0693.SUBCity + \", \" + \r\n\t\t\tURAR0693.SUBState + \" \" + URAR0693.SUBZip;\r\n\tend;\r\n\tCopyField(\"URAR0693.SUBPropCityStateZip\");\r\nend;\r\n"
  111.         },
  112.         {
  113.             "KeyWord": "SUBLegalDescrip",
  114.             "FieldIndex": 7,
  115.             "TypeOfField": 0,
  116.             "CheckBox": 0,
  117.             "Page": 1,
  118.             "Justify": 0,
  119.             "EditLeft": 84,
  120.             "EditTop": 50,
  121.             "EditWidth": 355,
  122.             "EditHeight": 13,
  123.             "NumberOfLines": 1,
  124.             "DefaultFont": "Tahoma,8,0,0",
  125.             "DefPrecision": -1,
  126.             "AutoCalc": 0,
  127.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBLegalDescrip\");\r\nend;\r\n"
  128.         },
  129.         {
  130.             "KeyWord": "SUBCounty",
  131.             "FieldIndex": 8,
  132.             "TypeOfField": 0,
  133.             "CheckBox": 0,
  134.             "Page": 1,
  135.             "Justify": 0,
  136.             "EditLeft": 479,
  137.             "EditTop": 50,
  138.             "EditWidth": 136,
  139.             "EditHeight": 13,
  140.             "NumberOfLines": 1,
  141.             "DefaultFont": "Tahoma,8,0,0",
  142.             "DefPrecision": -1,
  143.             "AutoCalc": 0,
  144.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBCounty\");\r\nend;\r\n"
  145.         },
  146.         {
  147.             "KeyWord": "SUBAssessParcel",
  148.             "FieldIndex": 9,
  149.             "TypeOfField": 0,
  150.             "CheckBox": 0,
  151.             "Page": 1,
  152.             "Justify": 0,
  153.             "EditLeft": 95,
  154.             "EditTop": 65,
  155.             "EditWidth": 195,
  156.             "EditHeight": 13,
  157.             "NumberOfLines": 1,
  158.             "DefaultFont": "Tahoma,8,0,0",
  159.             "DefPrecision": -1,
  160.             "AutoCalc": 0
  161.         },
  162.         {
  163.             "KeyWord": "SUBTaxYear",
  164.             "FieldIndex": 10,
  165.             "TypeOfField": 0,
  166.             "CheckBox": 0,
  167.             "Page": 1,
  168.             "Justify": 0,
  169.             "EditLeft": 332,
  170.             "EditTop": 64,
  171.             "EditWidth": 34,
  172.             "EditHeight": 13,
  173.             "NumberOfLines": 1,
  174.             "DefaultFont": "Tahoma,8,0,0",
  175.             "DefPrecision": -1,
  176.             "AutoCalc": 0,
  177.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBTaxYear\");\r\nend;\r\n"
  178.         },
  179.         {
  180.             "KeyWord": "SUBRETax",
  181.             "FieldIndex": 11,
  182.             "TypeOfField": 0,
  183.             "CheckBox": 0,
  184.             "Page": 1,
  185.             "Justify": 0,
  186.             "EditLeft": 421,
  187.             "EditTop": 65,
  188.             "EditWidth": 63,
  189.             "EditHeight": 13,
  190.             "NumberOfLines": 1,
  191.             "DefaultFont": "Tahoma,8,0,0",
  192.             "DefPrecision": 0,
  193.             "AutoCalc": 0,
  194.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBRETax\");\r\nend;\r\n"
  195.         },
  196.         {
  197.             "KeyWord": "SUBSpecAssess",
  198.             "FieldIndex": 12,
  199.             "TypeOfField": 0,
  200.             "CheckBox": 0,
  201.             "Page": 1,
  202.             "Justify": 0,
  203.             "EditLeft": 575,
  204.             "EditTop": 65,
  205.             "EditWidth": 40,
  206.             "EditHeight": 13,
  207.             "NumberOfLines": 1,
  208.             "DefaultFont": "Tahoma,8,0,0",
  209.             "DefPrecision": 2,
  210.             "AutoCalc": 0,
  211.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBSpecAssess\");\r\nend;\r\n"
  212.         },
  213.         {
  214.             "KeyWord": "SUBBorrower",
  215.             "FieldIndex": 13,
  216.             "TypeOfField": 0,
  217.             "CheckBox": 0,
  218.             "Page": 1,
  219.             "Justify": 0,
  220.             "EditLeft": 53,
  221.             "EditTop": 80,
  222.             "EditWidth": 160,
  223.             "EditHeight": 13,
  224.             "NumberOfLines": 1,
  225.             "DefaultFont": "Tahoma,8,0,0",
  226.             "DefPrecision": -1,
  227.             "AutoCalc": 0,
  228.             "Formula": "routine main() returns nothing is \r\nbegin\r\n\tif !Changed(\"URAR0693.SUBCurOwner\") then\r\n\t\tURAR0693.SUBCurOwner = URAR0693.SUBBorrower;\r\n\tCopyField(\"URAR0693.SUBBorrower\"); \r\n\tCopyField(\"URAR0693.SUBCurOwner\"); \r\nend;\r\n",
  229.             "Updates": "14"
  230.         },
  231.         {
  232.             "KeyWord": "SUBCurOwner",
  233.             "FieldIndex": 14,
  234.             "TypeOfField": 0,
  235.             "CheckBox": 0,
  236.             "Page": 1,
  237.             "Justify": 0,
  238.             "EditLeft": 276,
  239.             "EditTop": 80,
  240.             "EditWidth": 150,
  241.             "EditHeight": 13,
  242.             "NumberOfLines": 1,
  243.             "DefaultFont": "Tahoma,8,0,0",
  244.             "DefPrecision": -1,
  245.             "AutoCalc": 0,
  246.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBCurOwner\");\r\nend;\r\n"
  247.         },
  248.         {
  249.             "KeyWord": "SUBOccup_Owner",
  250.             "FieldIndex": 15,
  251.             "TypeOfField": 1,
  252.             "CheckBox": 1,
  253.             "Page": 1,
  254.             "Justify": 0,
  255.             "EditLeft": 477,
  256.             "EditTop": 80,
  257.             "EditWidth": 12,
  258.             "EditHeight": 13,
  259.             "NumberOfLines": 1,
  260.             "DefPrecision": -1,
  261.             "AutoCalc": 0
  262.         },
  263.         {
  264.             "KeyWord": "SUBOccup_Tenant",
  265.             "FieldIndex": 16,
  266.             "TypeOfField": 1,
  267.             "CheckBox": 1,
  268.             "Page": 1,
  269.             "Justify": 0,
  270.             "EditLeft": 525,
  271.             "EditTop": 80,
  272.             "EditWidth": 12,
  273.             "EditHeight": 13,
  274.             "NumberOfLines": 1,
  275.             "DefPrecision": -1,
  276.             "AutoCalc": 0
  277.         },
  278.         {
  279.             "KeyWord": "SUBOccup_Vacant",
  280.             "FieldIndex": 17,
  281.             "TypeOfField": 1,
  282.             "CheckBox": 1,
  283.             "Page": 1,
  284.             "Justify": 0,
  285.             "EditLeft": 574,
  286.             "EditTop": 80,
  287.             "EditWidth": 12,
  288.             "EditHeight": 13,
  289.             "NumberOfLines": 1,
  290.             "DefPrecision": -1,
  291.             "AutoCalc": 0
  292.         },
  293.         {
  294.             "KeyWord": "SUBPRA_FeeSimple",
  295.             "FieldIndex": 18,
  296.             "TypeOfField": 1,
  297.             "CheckBox": 1,
  298.             "Page": 1,
  299.             "Justify": 0,
  300.             "EditLeft": 123,
  301.             "EditTop": 96,
  302.             "EditWidth": 12,
  303.             "EditHeight": 13,
  304.             "NumberOfLines": 1,
  305.             "DefPrecision": -1,
  306.             "AutoCalc": 0,
  307.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.GSULeasehold\"),\r\naffects \"URAR0693.GSULeasehold\" is\r\n/* No Depends URAR0693.SUBPRA_Leasehold */\r\nbegin\r\n\tif !IsEmpty(URAR0693.SUBPRA_FeeSimple) then\r\n\t\tURAR0693.GSULeasehold = \"Fee Simple\";\r\n\telse if !IsEmpty(URAR0693.SUBPRA_Leasehold) then\r\n\t\tURAR0693.GSULeasehold = \"Leasehold\";\r\nend;\r\n",
  308.             "Dependencies": "336",
  309.             "Updates": "336"
  310.         },
  311.         {
  312.             "KeyWord": "SUBPRA_Leasehold",
  313.             "FieldIndex": 19,
  314.             "TypeOfField": 1,
  315.             "CheckBox": 1,
  316.             "Page": 1,
  317.             "Justify": 0,
  318.             "EditLeft": 186,
  319.             "EditTop": 96,
  320.             "EditWidth": 12,
  321.             "EditHeight": 13,
  322.             "NumberOfLines": 1,
  323.             "DefPrecision": -1,
  324.             "AutoCalc": 0,
  325.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.GSULeasehold\"),\r\naffects \"URAR0693.GSULeasehold\" is\r\n/* No Depends URAR0693.SUBPRA_FeeSimple */\r\nbegin\r\n\tif !IsEmpty(URAR0693.SUBPRA_FeeSimple) then\r\n\t\tURAR0693.GSULeasehold = \"Fee Simple\";\r\n\telse if !IsEmpty(URAR0693.SUBPRA_Leasehold) then\r\n\t\tURAR0693.GSULeasehold = \"Leasehold\";\r\nend;\r\n",
  326.             "Dependencies": "336",
  327.             "Updates": "336"
  328.         },
  329.         {
  330.             "KeyWord": "SUBProjType_PUD",
  331.             "FieldIndex": 20,
  332.             "TypeOfField": 1,
  333.             "CheckBox": 1,
  334.             "Page": 1,
  335.             "Justify": 0,
  336.             "EditLeft": 333,
  337.             "EditTop": 96,
  338.             "EditWidth": 12,
  339.             "EditHeight": 13,
  340.             "NumberOfLines": 1,
  341.             "DefPrecision": -1,
  342.             "AutoCalc": 0
  343.         },
  344.         {
  345.             "KeyWord": "SUBProjType_Condo",
  346.             "FieldIndex": 21,
  347.             "TypeOfField": 1,
  348.             "CheckBox": 1,
  349.             "Page": 1,
  350.             "Justify": 0,
  351.             "EditLeft": 382,
  352.             "EditTop": 96,
  353.             "EditWidth": 12,
  354.             "EditHeight": 13,
  355.             "NumberOfLines": 1,
  356.             "DefPrecision": -1,
  357.             "AutoCalc": 0
  358.         },
  359.         {
  360.             "KeyWord": "SUBHOA",
  361.             "FieldIndex": 22,
  362.             "TypeOfField": 0,
  363.             "CheckBox": 0,
  364.             "Page": 1,
  365.             "Justify": 0,
  366.             "EditLeft": 541,
  367.             "EditTop": 98,
  368.             "EditWidth": 52,
  369.             "EditHeight": 13,
  370.             "NumberOfLines": 1,
  371.             "DefaultFont": "Tahoma,8,0,0",
  372.             "DefPrecision": 2,
  373.             "AutoCalc": 0,
  374.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBHOA\");\r\nend;\r\n"
  375.         },
  376.         {
  377.             "KeyWord": "SUBProjName",
  378.             "FieldIndex": 23,
  379.             "TypeOfField": 0,
  380.             "CheckBox": 0,
  381.             "Page": 1,
  382.             "Justify": 0,
  383.             "EditLeft": 135,
  384.             "EditTop": 113,
  385.             "EditWidth": 191,
  386.             "EditHeight": 13,
  387.             "NumberOfLines": 1,
  388.             "DefaultFont": "Tahoma,8,0,0",
  389.             "DefPrecision": -1,
  390.             "AutoCalc": 1,
  391.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSULocation\" is\r\nbegin\r\n\tif !Changed(\"URAR0693.GSULocation\") then\r\n\t\tURAR0693.GSULocation = URAR0693.SUBProjName;\r\n\tCopyField(\"URAR0693.SUBProjName\");\r\nend;\r\n",
  392.             "Dependencies": "335",
  393.             "Updates": "335"
  394.         },
  395.         {
  396.             "KeyWord": "SUBMapRef",
  397.             "FieldIndex": 24,
  398.             "TypeOfField": 0,
  399.             "CheckBox": 0,
  400.             "Page": 1,
  401.             "Justify": 0,
  402.             "EditLeft": 391,
  403.             "EditTop": 113,
  404.             "EditWidth": 98,
  405.             "EditHeight": 13,
  406.             "NumberOfLines": 1,
  407.             "DefaultFont": "Tahoma,8,0,0",
  408.             "DefPrecision": -1,
  409.             "AutoCalc": 1,
  410.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBMapRef\");\r\nend;\r\n"
  411.         },
  412.         {
  413.             "KeyWord": "SUBCenTract",
  414.             "FieldIndex": 25,
  415.             "TypeOfField": 0,
  416.             "CheckBox": 0,
  417.             "Page": 1,
  418.             "Justify": 0,
  419.             "EditLeft": 547,
  420.             "EditTop": 113,
  421.             "EditWidth": 68,
  422.             "EditHeight": 13,
  423.             "NumberOfLines": 1,
  424.             "DefaultFont": "Tahoma,8,0,0",
  425.             "DefPrecision": -1,
  426.             "AutoCalc": 1,
  427.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBCenTract\");\r\nend;\r\n"
  428.         },
  429.         {
  430.             "KeyWord": "SUBSalePrice",
  431.             "FieldIndex": 26,
  432.             "TypeOfField": 0,
  433.             "CheckBox": 0,
  434.             "Page": 1,
  435.             "Justify": 0,
  436.             "EditLeft": 65,
  437.             "EditTop": 128,
  438.             "EditWidth": 64,
  439.             "EditHeight": 13,
  440.             "NumberOfLines": 1,
  441.             "DefaultFont": "Tahoma,8,0,0",
  442.             "DefPrecision": 0,
  443.             "AutoCalc": 1,
  444.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUSalePrice\",\r\naffects \"URAR0693.GSUPriceGLA\" is\r\nbegin\r\n\tif !Changed(URAR0693.GSUSalePrice) then\r\n\t\tURAR0693.GSUSalePrice = URAR0693.SUBSalePrice;\r\n\tCopyField(\"URAR0693.SUBSalePrice\");\r\nend;\r\n",
  445.             "Dependencies": "331,332",
  446.             "Updates": "331"
  447.         },
  448.         {
  449.             "KeyWord": "SUBDateOfSale",
  450.             "FieldIndex": 27,
  451.             "TypeOfField": 0,
  452.             "CheckBox": 0,
  453.             "Page": 1,
  454.             "Justify": 0,
  455.             "EditLeft": 182,
  456.             "EditTop": 128,
  457.             "EditWidth": 67,
  458.             "EditHeight": 13,
  459.             "NumberOfLines": 1,
  460.             "DefaultFont": "Tahoma,8,0,0",
  461.             "DefPrecision": -1,
  462.             "AutoCalc": 1,
  463.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBDateOfSale\");\r\nend;\r\n"
  464.         },
  465.         {
  466.             "KeyWord": "SUBLoanConc",
  467.             "FieldIndex": 28,
  468.             "TypeOfField": 0,
  469.             "CheckBox": 0,
  470.             "Page": 1,
  471.             "Justify": 0,
  472.             "EditLeft": 536,
  473.             "EditTop": 128,
  474.             "EditWidth": 79,
  475.             "EditHeight": 13,
  476.             "NumberOfLines": 1,
  477.             "DefaultFont": "Tahoma,8,0,0",
  478.             "DefPrecision": -1,
  479.             "AutoCalc": 1,
  480.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBLoanConc\");\r\nend;\r\n"
  481.         },
  482.         {
  483.             "KeyWord": "SUBLenClient",
  484.             "FieldIndex": 29,
  485.             "TypeOfField": 0,
  486.             "CheckBox": 0,
  487.             "Page": 1,
  488.             "Justify": 0,
  489.             "EditLeft": 70,
  490.             "EditTop": 143,
  491.             "EditWidth": 176,
  492.             "EditHeight": 13,
  493.             "NumberOfLines": 1,
  494.             "DefaultFont": "Tahoma,8,0,0",
  495.             "DefPrecision": -1,
  496.             "AutoCalc": 1,
  497.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBLenClient\");\r\nend;\r\n"
  498.         },
  499.         {
  500.             "KeyWord": "SUBLCAddress",
  501.             "FieldIndex": 30,
  502.             "TypeOfField": 0,
  503.             "CheckBox": 0,
  504.             "Page": 1,
  505.             "Justify": 0,
  506.             "EditLeft": 285,
  507.             "EditTop": 143,
  508.             "EditWidth": 330,
  509.             "EditHeight": 13,
  510.             "NumberOfLines": 1,
  511.             "DefaultFont": "Tahoma,8,0,0",
  512.             "DefPrecision": -1,
  513.             "AutoCalc": 1,
  514.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBLCAddress\");\r\nend;\r\n"
  515.         },
  516.         {
  517.             "KeyWord": "SUBAppraiser",
  518.             "FieldIndex": 31,
  519.             "TypeOfField": 0,
  520.             "CheckBox": 0,
  521.             "Page": 1,
  522.             "Justify": 0,
  523.             "EditLeft": 56,
  524.             "EditTop": 158,
  525.             "EditWidth": 190,
  526.             "EditHeight": 13,
  527.             "NumberOfLines": 1,
  528.             "DefaultFont": "Tahoma,8,0,0",
  529.             "DefPrecision": -1,
  530.             "AutoCalc": 1,
  531.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.RECAppraiser\" is\r\nbegin\r\n\tif !Changed(\"URAR0693.RECAppraiser\") then\r\n\t\tURAR0693.RECAppraiser = URAR0693.SUBAppraiser;\r\n\tCopyField(\"URAR0693.SUBAppraiser\");\r\nend;\r\n",
  532.             "Dependencies": "577",
  533.             "Updates": "577"
  534.         },
  535.         {
  536.             "KeyWord": "SUBApprAddress",
  537.             "FieldIndex": 32,
  538.             "TypeOfField": 0,
  539.             "CheckBox": 0,
  540.             "Page": 1,
  541.             "Justify": 0,
  542.             "EditLeft": 285,
  543.             "EditTop": 158,
  544.             "EditWidth": 330,
  545.             "EditHeight": 13,
  546.             "NumberOfLines": 1,
  547.             "DefaultFont": "Tahoma,8,0,0",
  548.             "DefPrecision": -1,
  549.             "AutoCalc": 1,
  550.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.SUBApprAddress\");\r\nend;\r\n"
  551.         },
  552.         {
  553.             "KeyWord": "NBHLoc_Urban",
  554.             "FieldIndex": 33,
  555.             "TypeOfField": 1,
  556.             "CheckBox": 1,
  557.             "Page": 1,
  558.             "Justify": 0,
  559.             "EditLeft": 81,
  560.             "EditTop": 174,
  561.             "EditWidth": 12,
  562.             "EditHeight": 13,
  563.             "NumberOfLines": 1,
  564.             "DefPrecision": -1,
  565.             "AutoCalc": 0
  566.         },
  567.         {
  568.             "KeyWord": "NBHLoc_Suburban",
  569.             "FieldIndex": 34,
  570.             "TypeOfField": 1,
  571.             "CheckBox": 1,
  572.             "Page": 1,
  573.             "Justify": 0,
  574.             "EditLeft": 151,
  575.             "EditTop": 174,
  576.             "EditWidth": 12,
  577.             "EditHeight": 13,
  578.             "NumberOfLines": 1,
  579.             "DefPrecision": -1,
  580.             "AutoCalc": 0
  581.         },
  582.         {
  583.             "KeyWord": "NBHLoc_Rural",
  584.             "FieldIndex": 35,
  585.             "TypeOfField": 1,
  586.             "CheckBox": 1,
  587.             "Page": 1,
  588.             "Justify": 0,
  589.             "EditLeft": 209,
  590.             "EditTop": 174,
  591.             "EditWidth": 12,
  592.             "EditHeight": 13,
  593.             "NumberOfLines": 1,
  594.             "DefPrecision": -1,
  595.             "AutoCalc": 0
  596.         },
  597.         {
  598.             "KeyWord": "NBHBltUp_Over75",
  599.             "FieldIndex": 36,
  600.             "TypeOfField": 1,
  601.             "CheckBox": 1,
  602.             "Page": 1,
  603.             "Justify": 0,
  604.             "EditLeft": 81,
  605.             "EditTop": 189,
  606.             "EditWidth": 12,
  607.             "EditHeight": 13,
  608.             "NumberOfLines": 1,
  609.             "DefPrecision": -1,
  610.             "AutoCalc": 0
  611.         },
  612.         {
  613.             "KeyWord": "NBHBltUp_25to75",
  614.             "FieldIndex": 37,
  615.             "TypeOfField": 1,
  616.             "CheckBox": 1,
  617.             "Page": 1,
  618.             "Justify": 0,
  619.             "EditLeft": 151,
  620.             "EditTop": 189,
  621.             "EditWidth": 12,
  622.             "EditHeight": 13,
  623.             "NumberOfLines": 1,
  624.             "DefPrecision": -1,
  625.             "AutoCalc": 0
  626.         },
  627.         {
  628.             "KeyWord": "NBHBltUp_Under25",
  629.             "FieldIndex": 38,
  630.             "TypeOfField": 1,
  631.             "CheckBox": 1,
  632.             "Page": 1,
  633.             "Justify": 0,
  634.             "EditLeft": 209,
  635.             "EditTop": 189,
  636.             "EditWidth": 12,
  637.             "EditHeight": 13,
  638.             "NumberOfLines": 1,
  639.             "DefPrecision": -1,
  640.             "AutoCalc": 0
  641.         },
  642.         {
  643.             "KeyWord": "NBHGrwRt_Rapid",
  644.             "FieldIndex": 39,
  645.             "TypeOfField": 1,
  646.             "CheckBox": 1,
  647.             "Page": 1,
  648.             "Justify": 0,
  649.             "EditLeft": 81,
  650.             "EditTop": 205,
  651.             "EditWidth": 12,
  652.             "EditHeight": 13,
  653.             "NumberOfLines": 1,
  654.             "DefPrecision": -1,
  655.             "AutoCalc": 0
  656.         },
  657.         {
  658.             "KeyWord": "NBHGrwRt_Stable",
  659.             "FieldIndex": 40,
  660.             "TypeOfField": 1,
  661.             "CheckBox": 1,
  662.             "Page": 1,
  663.             "Justify": 0,
  664.             "EditLeft": 151,
  665.             "EditTop": 205,
  666.             "EditWidth": 12,
  667.             "EditHeight": 13,
  668.             "NumberOfLines": 1,
  669.             "DefPrecision": -1,
  670.             "AutoCalc": 0
  671.         },
  672.         {
  673.             "KeyWord": "NBHGrwRt_Slow",
  674.             "FieldIndex": 41,
  675.             "TypeOfField": 1,
  676.             "CheckBox": 1,
  677.             "Page": 1,
  678.             "Justify": 0,
  679.             "EditLeft": 209,
  680.             "EditTop": 205,
  681.             "EditWidth": 12,
  682.             "EditHeight": 13,
  683.             "NumberOfLines": 1,
  684.             "DefPrecision": -1,
  685.             "AutoCalc": 0
  686.         },
  687.         {
  688.             "KeyWord": "NBHPropVal_Incr",
  689.             "FieldIndex": 42,
  690.             "TypeOfField": 1,
  691.             "CheckBox": 1,
  692.             "Page": 1,
  693.             "Justify": 0,
  694.             "EditLeft": 81,
  695.             "EditTop": 220,
  696.             "EditWidth": 12,
  697.             "EditHeight": 13,
  698.             "NumberOfLines": 1,
  699.             "DefPrecision": -1,
  700.             "AutoCalc": 0
  701.         },
  702.         {
  703.             "KeyWord": "NBHPropVal_Stab",
  704.             "FieldIndex": 43,
  705.             "TypeOfField": 1,
  706.             "CheckBox": 1,
  707.             "Page": 1,
  708.             "Justify": 0,
  709.             "EditLeft": 151,
  710.             "EditTop": 220,
  711.             "EditWidth": 12,
  712.             "EditHeight": 13,
  713.             "NumberOfLines": 1,
  714.             "DefPrecision": -1,
  715.             "AutoCalc": 0
  716.         },
  717.         {
  718.             "KeyWord": "NBHPropVal_Decl",
  719.             "FieldIndex": 44,
  720.             "TypeOfField": 1,
  721.             "CheckBox": 1,
  722.             "Page": 1,
  723.             "Justify": 0,
  724.             "EditLeft": 209,
  725.             "EditTop": 220,
  726.             "EditWidth": 12,
  727.             "EditHeight": 13,
  728.             "NumberOfLines": 1,
  729.             "DefPrecision": -1,
  730.             "AutoCalc": 0
  731.         },
  732.         {
  733.             "KeyWord": "NBHDemSup_Shrtg",
  734.             "FieldIndex": 45,
  735.             "TypeOfField": 1,
  736.             "CheckBox": 1,
  737.             "Page": 1,
  738.             "Justify": 0,
  739.             "EditLeft": 81,
  740.             "EditTop": 236,
  741.             "EditWidth": 12,
  742.             "EditHeight": 13,
  743.             "NumberOfLines": 1,
  744.             "DefPrecision": -1,
  745.             "AutoCalc": 0
  746.         },
  747.         {
  748.             "KeyWord": "NBHDemSup_InBal",
  749.             "FieldIndex": 46,
  750.             "TypeOfField": 1,
  751.             "CheckBox": 1,
  752.             "Page": 1,
  753.             "Justify": 0,
  754.             "EditLeft": 151,
  755.             "EditTop": 236,
  756.             "EditWidth": 12,
  757.             "EditHeight": 13,
  758.             "NumberOfLines": 1,
  759.             "DefPrecision": -1,
  760.             "AutoCalc": 0
  761.         },
  762.         {
  763.             "KeyWord": "NBHDemSup_OvrSup",
  764.             "FieldIndex": 47,
  765.             "TypeOfField": 1,
  766.             "CheckBox": 1,
  767.             "Page": 1,
  768.             "Justify": 0,
  769.             "EditLeft": 209,
  770.             "EditTop": 236,
  771.             "EditWidth": 12,
  772.             "EditHeight": 13,
  773.             "NumberOfLines": 1,
  774.             "DefPrecision": -1,
  775.             "AutoCalc": 0
  776.         },
  777.         {
  778.             "KeyWord": "NBHMktTime_Und3",
  779.             "FieldIndex": 48,
  780.             "TypeOfField": 1,
  781.             "CheckBox": 1,
  782.             "Page": 1,
  783.             "Justify": 0,
  784.             "EditLeft": 81,
  785.             "EditTop": 251,
  786.             "EditWidth": 12,
  787.             "EditHeight": 13,
  788.             "NumberOfLines": 1,
  789.             "DefPrecision": -1,
  790.             "AutoCalc": 0
  791.         },
  792.         {
  793.             "KeyWord": "NBHMktTime_3to6",
  794.             "FieldIndex": 49,
  795.             "TypeOfField": 1,
  796.             "CheckBox": 1,
  797.             "Page": 1,
  798.             "Justify": 0,
  799.             "EditLeft": 151,
  800.             "EditTop": 251,
  801.             "EditWidth": 12,
  802.             "EditHeight": 13,
  803.             "NumberOfLines": 1,
  804.             "DefPrecision": -1,
  805.             "AutoCalc": 0
  806.         },
  807.         {
  808.             "KeyWord": "NBHMktTime_Ovr6",
  809.             "FieldIndex": 50,
  810.             "TypeOfField": 1,
  811.             "CheckBox": 1,
  812.             "Page": 1,
  813.             "Justify": 0,
  814.             "EditLeft": 209,
  815.             "EditTop": 251,
  816.             "EditWidth": 12,
  817.             "EditHeight": 13,
  818.             "NumberOfLines": 1,
  819.             "DefPrecision": -1,
  820.             "AutoCalc": 0
  821.         },
  822.         {
  823.             "KeyWord": "PROOwner",
  824.             "FieldIndex": 51,
  825.             "TypeOfField": 1,
  826.             "CheckBox": 1,
  827.             "Page": 1,
  828.             "Justify": 0,
  829.             "EditLeft": 277,
  830.             "EditTop": 203,
  831.             "EditWidth": 12,
  832.             "EditHeight": 13,
  833.             "NumberOfLines": 1,
  834.             "DefPrecision": -1,
  835.             "AutoCalc": 0,
  836.             "Formula": "routine main() returns nothing is \r\nbegin \r\n\tif IsEmpty(URAR0693.PROOwner) and IsEmpty(URAR0693.PROTenant) then \r\n\t\tURAR0693.PROOwner_Text = \"\";\r\nend;\r\n",
  837.             "Updates": "52"
  838.         },
  839.         {
  840.             "KeyWord": "PROTenant",
  841.             "FieldIndex": 53,
  842.             "TypeOfField": 1,
  843.             "CheckBox": 1,
  844.             "Page": 1,
  845.             "Justify": 0,
  846.             "EditLeft": 277,
  847.             "EditTop": 219,
  848.             "EditWidth": 12,
  849.             "EditHeight": 13,
  850.             "NumberOfLines": 1,
  851.             "DefPrecision": -1,
  852.             "AutoCalc": 0,
  853.             "Formula": "routine main() returns nothing is \r\nbegin \r\n\tif IsEmpty(URAR0693.PROOwner) and IsEmpty(URAR0693.PROTenant) then \r\n\t\tURAR0693.PROTenant_Text = \"\";\r\nend;\r\n",
  854.             "Updates": "54"
  855.         },
  856.         {
  857.             "KeyWord": "PROOwner_Text",
  858.             "FieldIndex": 52,
  859.             "TypeOfField": 0,
  860.             "CheckBox": 0,
  861.             "Page": 1,
  862.             "Justify": 0,
  863.             "EditLeft": 317,
  864.             "EditTop": 204,
  865.             "EditWidth": 27,
  866.             "EditHeight": 13,
  867.             "NumberOfLines": 1,
  868.             "DefaultFont": "Tahoma,8,0,0",
  869.             "DefPrecision": -1,
  870.             "AutoCalc": 0
  871.         },
  872.         {
  873.             "KeyWord": "PROTenant_Text",
  874.             "FieldIndex": 54,
  875.             "TypeOfField": 0,
  876.             "CheckBox": 0,
  877.             "Page": 1,
  878.             "Justify": 0,
  879.             "EditLeft": 317,
  880.             "EditTop": 220,
  881.             "EditWidth": 27,
  882.             "EditHeight": 13,
  883.             "NumberOfLines": 1,
  884.             "DefaultFont": "Tahoma,8,0,0",
  885.             "DefPrecision": -1,
  886.             "AutoCalc": 0
  887.         },
  888.         {
  889.             "KeyWord": "PROVacUnder5",
  890.             "FieldIndex": 55,
  891.             "TypeOfField": 1,
  892.             "CheckBox": 1,
  893.             "Page": 1,
  894.             "Justify": 0,
  895.             "EditLeft": 277,
  896.             "EditTop": 235,
  897.             "EditWidth": 12,
  898.             "EditHeight": 13,
  899.             "NumberOfLines": 1,
  900.             "DefPrecision": -1,
  901.             "AutoCalc": 0
  902.         },
  903.         {
  904.             "KeyWord": "PROVacOver5",
  905.             "FieldIndex": 56,
  906.             "TypeOfField": 1,
  907.             "CheckBox": 1,
  908.             "Page": 1,
  909.             "Justify": 0,
  910.             "EditLeft": 277,
  911.             "EditTop": 251,
  912.             "EditWidth": 12,
  913.             "EditHeight": 13,
  914.             "NumberOfLines": 1,
  915.             "DefPrecision": -1,
  916.             "AutoCalc": 0
  917.         },
  918.         {
  919.             "KeyWord": "SFHPriceLow",
  920.             "FieldIndex": 57,
  921.             "TypeOfField": 0,
  922.             "CheckBox": 0,
  923.             "Page": 1,
  924.             "Justify": 2,
  925.             "EditLeft": 348,
  926.             "EditTop": 204,
  927.             "EditWidth": 35,
  928.             "EditHeight": 13,
  929.             "NumberOfLines": 1,
  930.             "DefaultFont": "Tahoma,8,0,0",
  931.             "DefPrecision": 0,
  932.             "AutoCalc": 0
  933.         },
  934.         {
  935.             "KeyWord": "SFHPriceHigh",
  936.             "FieldIndex": 58,
  937.             "TypeOfField": 0,
  938.             "CheckBox": 0,
  939.             "Page": 1,
  940.             "Justify": 2,
  941.             "EditLeft": 348,
  942.             "EditTop": 220,
  943.             "EditWidth": 35,
  944.             "EditHeight": 13,
  945.             "NumberOfLines": 1,
  946.             "DefaultFont": "Tahoma,8,0,0",
  947.             "DefPrecision": 0,
  948.             "AutoCalc": 0
  949.         },
  950.         {
  951.             "KeyWord": "SFHPricePred",
  952.             "FieldIndex": 59,
  953.             "TypeOfField": 0,
  954.             "CheckBox": 0,
  955.             "Page": 1,
  956.             "Justify": 2,
  957.             "EditLeft": 348,
  958.             "EditTop": 254,
  959.             "EditWidth": 35,
  960.             "EditHeight": 13,
  961.             "NumberOfLines": 1,
  962.             "DefaultFont": "Tahoma,8,0,0",
  963.             "DefPrecision": 0,
  964.             "AutoCalc": 0,
  965.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.SFHPricePred\") is \r\nbegin\r\n\tfloat p;\r\n\tp = atof(URAR0693.SFHPricePred);\r\n\tif p < atof(URAR0693.SFHPriceLow) then\r\n\t\tMessage(\"Warning: Predominant price below low price!\");\r\n\telse if p > atof(URAR0693.SFHPriceHigh) then\r\n \t\tMessage(\"Warning: Predominant price above high price!\");\r\nend;\r\n"
  966.         },
  967.         {
  968.             "KeyWord": "SFHAgeLow",
  969.             "FieldIndex": 60,
  970.             "TypeOfField": 0,
  971.             "CheckBox": 0,
  972.             "Page": 1,
  973.             "Justify": 2,
  974.             "EditLeft": 409,
  975.             "EditTop": 204,
  976.             "EditWidth": 28,
  977.             "EditHeight": 13,
  978.             "NumberOfLines": 1,
  979.             "DefaultFont": "Tahoma,8,0,0",
  980.             "DefPrecision": 0,
  981.             "AutoCalc": 0
  982.         },
  983.         {
  984.             "KeyWord": "SFHAgeHigh",
  985.             "FieldIndex": 61,
  986.             "TypeOfField": 0,
  987.             "CheckBox": 0,
  988.             "Page": 1,
  989.             "Justify": 2,
  990.             "EditLeft": 409,
  991.             "EditTop": 220,
  992.             "EditWidth": 28,
  993.             "EditHeight": 13,
  994.             "NumberOfLines": 1,
  995.             "DefaultFont": "Tahoma,8,0,0",
  996.             "DefPrecision": 0,
  997.             "AutoCalc": 0
  998.         },
  999.         {
  1000.             "KeyWord": "SFHAgePred",
  1001.             "FieldIndex": 62,
  1002.             "TypeOfField": 0,
  1003.             "CheckBox": 0,
  1004.             "Page": 1,
  1005.             "Justify": 2,
  1006.             "EditLeft": 409,
  1007.             "EditTop": 254,
  1008.             "EditWidth": 28,
  1009.             "EditHeight": 13,
  1010.             "NumberOfLines": 1,
  1011.             "DefaultFont": "Tahoma,8,0,0",
  1012.             "DefPrecision": 0,
  1013.             "AutoCalc": 0,
  1014.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.SFHAgePred\") is \r\nbegin\r\n\tfloat p;\r\n\tp = atof(URAR0693.SFHAgePred);\r\n\tif p < atof(URAR0693.SFHAgeLow) then\r\n\t\tMessage(\"Warning: Predominant age below low age!\");\r\n\telse if p > atof(URAR0693.SFHAgeHigh) then\r\n \t\tMessage(\"Warning: Predominant age above high age!\");\r\nend;\r\n"
  1015.         },
  1016.         {
  1017.             "KeyWord": "PLUOneFam",
  1018.             "FieldIndex": 63,
  1019.             "TypeOfField": 0,
  1020.             "CheckBox": 0,
  1021.             "Page": 1,
  1022.             "Justify": 2,
  1023.             "EditLeft": 494,
  1024.             "EditTop": 194,
  1025.             "EditWidth": 28,
  1026.             "EditHeight": 13,
  1027.             "NumberOfLines": 1,
  1028.             "DefaultFont": "Tahoma,8,0,0",
  1029.             "DefPrecision": -1,
  1030.             "AutoCalc": 0
  1031.         },
  1032.         {
  1033.             "KeyWord": "PLU2to4Fam",
  1034.             "FieldIndex": 64,
  1035.             "TypeOfField": 0,
  1036.             "CheckBox": 0,
  1037.             "Page": 1,
  1038.             "Justify": 2,
  1039.             "EditLeft": 494,
  1040.             "EditTop": 209,
  1041.             "EditWidth": 28,
  1042.             "EditHeight": 13,
  1043.             "NumberOfLines": 1,
  1044.             "DefaultFont": "Tahoma,8,0,0",
  1045.             "DefPrecision": -1,
  1046.             "AutoCalc": 0
  1047.         },
  1048.         {
  1049.             "KeyWord": "PLUMultiFam",
  1050.             "FieldIndex": 65,
  1051.             "TypeOfField": 0,
  1052.             "CheckBox": 0,
  1053.             "Page": 1,
  1054.             "Justify": 2,
  1055.             "EditLeft": 494,
  1056.             "EditTop": 224,
  1057.             "EditWidth": 28,
  1058.             "EditHeight": 13,
  1059.             "NumberOfLines": 1,
  1060.             "DefaultFont": "Tahoma,8,0,0",
  1061.             "DefPrecision": -1,
  1062.             "AutoCalc": 0
  1063.         },
  1064.         {
  1065.             "KeyWord": "PLUCommercial",
  1066.             "FieldIndex": 66,
  1067.             "TypeOfField": 0,
  1068.             "CheckBox": 0,
  1069.             "Page": 1,
  1070.             "Justify": 2,
  1071.             "EditLeft": 494,
  1072.             "EditTop": 239,
  1073.             "EditWidth": 28,
  1074.             "EditHeight": 13,
  1075.             "NumberOfLines": 1,
  1076.             "DefaultFont": "Tahoma,8,0,0",
  1077.             "DefPrecision": -1,
  1078.             "AutoCalc": 0
  1079.         },
  1080.         {
  1081.             "KeyWord": "PLUOther",
  1082.             "FieldIndex": 67,
  1083.             "TypeOfField": 0,
  1084.             "CheckBox": 0,
  1085.             "Page": 1,
  1086.             "Justify": 2,
  1087.             "EditLeft": 494,
  1088.             "EditTop": 254,
  1089.             "EditWidth": 28,
  1090.             "EditHeight": 13,
  1091.             "NumberOfLines": 1,
  1092.             "DefaultFont": "Tahoma,8,0,0",
  1093.             "DefPrecision": -1,
  1094.             "AutoCalc": 0
  1095.         },
  1096.         {
  1097.             "KeyWord": "PLUOther_Text",
  1098.             "FieldIndex": 68,
  1099.             "TypeOfField": 0,
  1100.             "CheckBox": 0,
  1101.             "Page": 1,
  1102.             "Justify": 0,
  1103.             "EditLeft": 444,
  1104.             "EditTop": 254,
  1105.             "EditWidth": 37,
  1106.             "EditHeight": 13,
  1107.             "NumberOfLines": 1,
  1108.             "DefaultFont": "Tahoma,8,0,0",
  1109.             "DefPrecision": -1,
  1110.             "AutoCalc": 0
  1111.         },
  1112.         {
  1113.             "KeyWord": "LUCNotLikely",
  1114.             "FieldIndex": 69,
  1115.             "TypeOfField": 1,
  1116.             "CheckBox": 1,
  1117.             "Page": 1,
  1118.             "Justify": 0,
  1119.             "EditLeft": 533,
  1120.             "EditTop": 187,
  1121.             "EditWidth": 12,
  1122.             "EditHeight": 13,
  1123.             "NumberOfLines": 1,
  1124.             "DefPrecision": -1,
  1125.             "AutoCalc": 0,
  1126.             "Formula": "routine main() returns nothing is \r\nbegin \r\n\tif IsEmpty(URAR0693.LCULikely) and IsEmpty(URAR0693.LCUInProcess) then \r\n\tbegin\r\n\t\tURAR0693.LUCTo_1 = \"\";\r\n\t\tURAR0693.LUCTo_2 = \"\";\r\n\t\tURAR0693.LUCTo_3 = \"\";\r\n\tend;\r\nend;\r\n",
  1127.             "Updates": "72,73,74"
  1128.         },
  1129.         {
  1130.             "KeyWord": "LUCLikely",
  1131.             "FieldIndex": 70,
  1132.             "TypeOfField": 1,
  1133.             "CheckBox": 1,
  1134.             "Page": 1,
  1135.             "Justify": 0,
  1136.             "EditLeft": 583,
  1137.             "EditTop": 187,
  1138.             "EditWidth": 12,
  1139.             "EditHeight": 13,
  1140.             "NumberOfLines": 1,
  1141.             "DefPrecision": -1,
  1142.             "AutoCalc": 0,
  1143.             "Formula": "routine main() returns nothing is \r\nbegin \r\n\tif IsEmpty(URAR0693.LCULikely) and IsEmpty(URAR0693.LCUInProcess) then \r\n\tbegin\r\n\t\tURAR0693.LUCTo_1 = \"\";\r\n\t\tURAR0693.LUCTo_2 = \"\";\r\n\t\tURAR0693.LUCTo_3 = \"\";\r\n\tend;\r\nend;\r\n",
  1144.             "Updates": "72,73,74"
  1145.         },
  1146.         {
  1147.             "KeyWord": "LUCInProcess",
  1148.             "FieldIndex": 71,
  1149.             "TypeOfField": 1,
  1150.             "CheckBox": 1,
  1151.             "Page": 1,
  1152.             "Justify": 0,
  1153.             "EditLeft": 533,
  1154.             "EditTop": 203,
  1155.             "EditWidth": 12,
  1156.             "EditHeight": 13,
  1157.             "NumberOfLines": 1,
  1158.             "DefPrecision": -1,
  1159.             "AutoCalc": 0,
  1160.             "Formula": "routine main() returns nothing is \r\nbegin \r\n\tif IsEmpty(URAR0693.LCULikely) and IsEmpty(URAR0693.LCUInProcess) then \r\n\tbegin\r\n\t\tURAR0693.LUCTo_1 = \"\";\r\n\t\tURAR0693.LUCTo_2 = \"\";\r\n\t\tURAR0693.LUCTo_3 = \"\";\r\n\tend;\r\nend;\r\n",
  1161.             "Updates": "72,73,74"
  1162.         },
  1163.         {
  1164.             "KeyWord": "LUCTo_1",
  1165.             "FieldIndex": 72,
  1166.             "TypeOfField": 0,
  1167.             "CheckBox": 0,
  1168.             "Page": 1,
  1169.             "Justify": 0,
  1170.             "EditLeft": 539,
  1171.             "EditTop": 224,
  1172.             "EditWidth": 76,
  1173.             "EditHeight": 13,
  1174.             "NumberOfLines": 1,
  1175.             "DefaultFont": "Tahoma,8,0,0",
  1176.             "DefPrecision": -1,
  1177.             "AutoCalc": 0
  1178.         },
  1179.         {
  1180.             "KeyWord": "LUCTo_2",
  1181.             "FieldIndex": 73,
  1182.             "TypeOfField": 0,
  1183.             "CheckBox": 0,
  1184.             "Page": 1,
  1185.             "Justify": 0,
  1186.             "EditLeft": 526,
  1187.             "EditTop": 239,
  1188.             "EditWidth": 89,
  1189.             "EditHeight": 13,
  1190.             "NumberOfLines": 1,
  1191.             "DefaultFont": "Tahoma,8,0,0",
  1192.             "DefPrecision": -1,
  1193.             "AutoCalc": 0
  1194.         },
  1195.         {
  1196.             "KeyWord": "LUCTo_3",
  1197.             "FieldIndex": 74,
  1198.             "TypeOfField": 0,
  1199.             "CheckBox": 0,
  1200.             "Page": 1,
  1201.             "Justify": 0,
  1202.             "EditLeft": 526,
  1203.             "EditTop": 254,
  1204.             "EditWidth": 89,
  1205.             "EditHeight": 13,
  1206.             "NumberOfLines": 1,
  1207.             "DefaultFont": "Tahoma,8,0,0",
  1208.             "DefPrecision": -1,
  1209.             "AutoCalc": 0
  1210.         },
  1211.         {
  1212.             "KeyWord": "NBHBoundaries_#1",
  1213.             "FieldIndex": 75,
  1214.             "TypeOfField": 0,
  1215.             "CheckBox": 0,
  1216.             "Page": 1,
  1217.             "Justify": 0,
  1218.             "EditLeft": 195,
  1219.             "EditTop": 279,
  1220.             "EditWidth": 420,
  1221.             "EditHeight": 13,
  1222.             "NumberOfLines": 2,
  1223.             "DefaultFont": "Tahoma,8,0,0",
  1224.             "DefPrecision": -1,
  1225.             "AutoCalc": 0
  1226.         },
  1227.         {
  1228.             "KeyWord": "NBHFactors_#1",
  1229.             "FieldIndex": 77,
  1230.             "TypeOfField": 0,
  1231.             "CheckBox": 0,
  1232.             "Page": 1,
  1233.             "Justify": 0,
  1234.             "EditLeft": 14,
  1235.             "EditTop": 327,
  1236.             "EditWidth": 601,
  1237.             "EditHeight": 13,
  1238.             "NumberOfLines": 5,
  1239.             "DefaultFont": "Tahoma,8,0,0",
  1240.             "DefPrecision": -1,
  1241.             "AutoCalc": 0
  1242.         },
  1243.         {
  1244.             "KeyWord": "NBHMktCond_#1",
  1245.             "FieldIndex": 82,
  1246.             "TypeOfField": 0,
  1247.             "CheckBox": 0,
  1248.             "Page": 1,
  1249.             "Justify": 0,
  1250.             "EditLeft": 13,
  1251.             "EditTop": 435,
  1252.             "EditWidth": 602,
  1253.             "EditHeight": 13,
  1254.             "NumberOfLines": 5,
  1255.             "DefaultFont": "Tahoma,8,0,0",
  1256.             "DefPrecision": -1,
  1257.             "AutoCalc": 0
  1258.         },
  1259.         {
  1260.             "KeyWord": "PUDHOA_Yes",
  1261.             "FieldIndex": 87,
  1262.             "TypeOfField": 1,
  1263.             "CheckBox": 1,
  1264.             "Page": 1,
  1265.             "Justify": 0,
  1266.             "EditLeft": 515,
  1267.             "EditTop": 513,
  1268.             "EditWidth": 12,
  1269.             "EditHeight": 13,
  1270.             "NumberOfLines": 1,
  1271.             "DefPrecision": -1,
  1272.             "AutoCalc": 0
  1273.         },
  1274.         {
  1275.             "KeyWord": "PUDHOA_No",
  1276.             "FieldIndex": 88,
  1277.             "TypeOfField": 1,
  1278.             "CheckBox": 1,
  1279.             "Page": 1,
  1280.             "Justify": 0,
  1281.             "EditLeft": 562,
  1282.             "EditTop": 513,
  1283.             "EditWidth": 12,
  1284.             "EditHeight": 13,
  1285.             "NumberOfLines": 1,
  1286.             "DefPrecision": -1,
  1287.             "AutoCalc": 0
  1288.         },
  1289.         {
  1290.             "KeyWord": "PUDTotalUnits",
  1291.             "FieldIndex": 89,
  1292.             "TypeOfField": 0,
  1293.             "CheckBox": 0,
  1294.             "Page": 1,
  1295.             "Justify": 2,
  1296.             "EditLeft": 228,
  1297.             "EditTop": 526,
  1298.             "EditWidth": 63,
  1299.             "EditHeight": 13,
  1300.             "NumberOfLines": 1,
  1301.             "DefaultFont": "Tahoma,8,0,0",
  1302.             "DefPrecision": 0,
  1303.             "AutoCalc": 0
  1304.         },
  1305.         {
  1306.             "KeyWord": "PUDUnitsForSale",
  1307.             "FieldIndex": 90,
  1308.             "TypeOfField": 0,
  1309.             "CheckBox": 0,
  1310.             "Page": 1,
  1311.             "Justify": 2,
  1312.             "EditLeft": 546,
  1313.             "EditTop": 526,
  1314.             "EditWidth": 63,
  1315.             "EditHeight": 13,
  1316.             "NumberOfLines": 1,
  1317.             "DefaultFont": "Tahoma,8,0,0",
  1318.             "DefPrecision": 0,
  1319.             "AutoCalc": 0
  1320.         },
  1321.         {
  1322.             "KeyWord": "PUDComElements",
  1323.             "FieldIndex": 91,
  1324.             "TypeOfField": 0,
  1325.             "CheckBox": 0,
  1326.             "Page": 1,
  1327.             "Justify": 0,
  1328.             "EditLeft": 221,
  1329.             "EditTop": 542,
  1330.             "EditWidth": 395,
  1331.             "EditHeight": 13,
  1332.             "NumberOfLines": 1,
  1333.             "DefaultFont": "Tahoma,8,0,0",
  1334.             "DefPrecision": -1,
  1335.             "AutoCalc": 0
  1336.         },
  1337.         {
  1338.             "KeyWord": "SITDimensions",
  1339.             "FieldIndex": 92,
  1340.             "TypeOfField": 0,
  1341.             "CheckBox": 0,
  1342.             "Page": 1,
  1343.             "Justify": 0,
  1344.             "EditLeft": 62,
  1345.             "EditTop": 557,
  1346.             "EditWidth": 346,
  1347.             "EditHeight": 13,
  1348.             "NumberOfLines": 1,
  1349.             "DefaultFont": "Tahoma,8,0,0",
  1350.             "DefPrecision": -1,
  1351.             "AutoCalc": 0,
  1352.             "Dependencies": "-93"
  1353.         },
  1354.         {
  1355.             "KeyWord": "SITSiteArea",
  1356.             "FieldIndex": 93,
  1357.             "TypeOfField": 0,
  1358.             "CheckBox": 0,
  1359.             "Page": 1,
  1360.             "Justify": 0,
  1361.             "EditLeft": 54,
  1362.             "EditTop": 573,
  1363.             "EditWidth": 233,
  1364.             "EditHeight": 13,
  1365.             "NumberOfLines": 1,
  1366.             "DefaultFont": "Tahoma,8,0,0",
  1367.             "DefPrecision": -1,
  1368.             "AutoCalc": 0,
  1369.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUSite\" is\r\nbegin\r\n\tfloat r, fVal, bVal, lVal, rVal;\r\n\tstring d, sr, acre;\r\n\tinteger n, L, xpos, x2pos, x3pos;\r\n\r\n\tr = 0;\r\n\td = URAR0693.SITDimensions;\r\n\tacre = URAR0693.SITSiteArea;\r\n\tL = StrLength(d);\r\n\txpos = StrChr(d, \"x\");\r\n\tif xpos >= 0 then\r\n\tbegin\r\n\t\tfVal = atof( d );\r\n\t\tlVal = atof( StrRight(d, L-xpos-1) );\r\n\t\tbVal = 0;\r\n\t\trVal = 0;\r\n\t\tx2pos = StrChr( StrRight(d, L-xpos-1), \"x\" );\r\n\t\tif x2pos >= 0 then\r\n\t\tbegin\r\n\t\t\tbVal = atof( StrRight(d, L-xpos-x2pos-1));\r\n\t\t\tx3pos = StrChr(StrRight(d, L-xpos-x2pos-1),\"x\");\r\n\t\t\tif x3pos >= 0 then\r\n\t\t\t\trVal = atof( StrRight(d,L-xpos-x2pos-x3pos-1) );\r\n\t\t\tif fVal != bVal then\r\n\t\t\t\tMessage(\" Irregular lot.  Verify calculation...\");\r\n\t\t\tr = ((fVal+bVal)/2) * ((lVal+rVal)/2);\r\n\t\tend;\r\n\t\telse\r\n\t\t\tr = fVal * lVal;\r\n\tend;\r\n\r\n\tsr = acre;\r\n\tn = StrChr(acre, \"Acres\");\r\n\tif n >= 0 or StrUpper(acre) == \"A\" then\r\n\t\tacre = \"A\";\r\n\telse\r\n\t\tacre = \"S\";\r\n\r\n\tif StrUpper(acre) == \"A\" then\r\n\t\tsr = ToString(r/43560.0, 4) + \" Acres\";\r\n\telse if IsEmpty(acre) or StrUpper(acre) == \"S\" then\r\n\t\tsr = ToString(r, 2) + \" SqFt\";\r\n\r\n\tURAR0693.SITSiteArea = sr;\r\n\r\n\tif !Changed(\"URAR0693.SITSize\") then\r\n\t\tURAR0693.SITSize = sr;\r\n\tif !Changed(\"URAR0693.GSUSite\") then\r\n\t\tURAR0693.GSUSite = sr;\r\nend;\r\n",
  1370.             "Dependencies": "337",
  1371.             "Updates": "93,130,337"
  1372.         },
  1373.         {
  1374.             "KeyWord": "SITCorLot_Yes",
  1375.             "FieldIndex": 94,
  1376.             "TypeOfField": 1,
  1377.             "CheckBox": 1,
  1378.             "Page": 1,
  1379.             "Justify": 0,
  1380.             "EditLeft": 341,
  1381.             "EditTop": 574,
  1382.             "EditWidth": 12,
  1383.             "EditHeight": 13,
  1384.             "NumberOfLines": 1,
  1385.             "DefPrecision": -1,
  1386.             "AutoCalc": 0
  1387.         },
  1388.         {
  1389.             "KeyWord": "SITCorLot_No",
  1390.             "FieldIndex": 95,
  1391.             "TypeOfField": 1,
  1392.             "CheckBox": 1,
  1393.             "Page": 1,
  1394.             "Justify": 0,
  1395.             "EditLeft": 380,
  1396.             "EditTop": 574,
  1397.             "EditWidth": 12,
  1398.             "EditHeight": 13,
  1399.             "NumberOfLines": 1,
  1400.             "DefPrecision": -1,
  1401.             "AutoCalc": 0
  1402.         },
  1403.         {
  1404.             "KeyWord": "SITZonClass",
  1405.             "FieldIndex": 96,
  1406.             "TypeOfField": 0,
  1407.             "CheckBox": 0,
  1408.             "Page": 1,
  1409.             "Justify": 0,
  1410.             "EditLeft": 187,
  1411.             "EditTop": 588,
  1412.             "EditWidth": 221,
  1413.             "EditHeight": 13,
  1414.             "NumberOfLines": 1,
  1415.             "DefaultFont": "Tahoma,8,0,0",
  1416.             "DefPrecision": -1,
  1417.             "AutoCalc": 0
  1418.         },
  1419.         {
  1420.             "KeyWord": "SITZon_Legal",
  1421.             "FieldIndex": 97,
  1422.             "TypeOfField": 1,
  1423.             "CheckBox": 1,
  1424.             "Page": 1,
  1425.             "Justify": 0,
  1426.             "EditLeft": 97,
  1427.             "EditTop": 603,
  1428.             "EditWidth": 12,
  1429.             "EditHeight": 13,
  1430.             "NumberOfLines": 1,
  1431.             "DefPrecision": -1,
  1432.             "AutoCalc": 0
  1433.         },
  1434.         {
  1435.             "KeyWord": "SITZon_LegalNon",
  1436.             "FieldIndex": 98,
  1437.             "TypeOfField": 1,
  1438.             "CheckBox": 1,
  1439.             "Page": 1,
  1440.             "Justify": 0,
  1441.             "EditLeft": 140,
  1442.             "EditTop": 603,
  1443.             "EditWidth": 12,
  1444.             "EditHeight": 13,
  1445.             "NumberOfLines": 1,
  1446.             "DefPrecision": -1,
  1447.             "AutoCalc": 0
  1448.         },
  1449.         {
  1450.             "KeyWord": "SITZon_Illegal",
  1451.             "FieldIndex": 99,
  1452.             "TypeOfField": 1,
  1453.             "CheckBox": 1,
  1454.             "Page": 1,
  1455.             "Justify": 0,
  1456.             "EditLeft": 310,
  1457.             "EditTop": 603,
  1458.             "EditWidth": 12,
  1459.             "EditHeight": 13,
  1460.             "NumberOfLines": 1,
  1461.             "DefPrecision": -1,
  1462.             "AutoCalc": 0
  1463.         },
  1464.         {
  1465.             "KeyWord": "SITZon_NoZoning",
  1466.             "FieldIndex": 100,
  1467.             "TypeOfField": 1,
  1468.             "CheckBox": 1,
  1469.             "Page": 1,
  1470.             "Justify": 0,
  1471.             "EditLeft": 357,
  1472.             "EditTop": 603,
  1473.             "EditWidth": 12,
  1474.             "EditHeight": 13,
  1475.             "NumberOfLines": 1,
  1476.             "DefPrecision": -1,
  1477.             "AutoCalc": 0
  1478.         },
  1479.         {
  1480.             "KeyWord": "SITHBUse_Present",
  1481.             "FieldIndex": 101,
  1482.             "TypeOfField": 1,
  1483.             "CheckBox": 1,
  1484.             "Page": 1,
  1485.             "Justify": 0,
  1486.             "EditLeft": 147,
  1487.             "EditTop": 618,
  1488.             "EditWidth": 12,
  1489.             "EditHeight": 13,
  1490.             "NumberOfLines": 1,
  1491.             "DefPrecision": -1,
  1492.             "AutoCalc": 0
  1493.         },
  1494.         {
  1495.             "KeyWord": "SITHBUse_Other",
  1496.             "FieldIndex": 102,
  1497.             "TypeOfField": 1,
  1498.             "CheckBox": 1,
  1499.             "Page": 1,
  1500.             "Justify": 0,
  1501.             "EditLeft": 217,
  1502.             "EditTop": 618,
  1503.             "EditWidth": 12,
  1504.             "EditHeight": 13,
  1505.             "NumberOfLines": 1,
  1506.             "DefPrecision": -1,
  1507.             "AutoCalc": 0,
  1508.             "Formula": "routine main() returns nothing is \r\nbegin\r\n\tif IsEmpty(URAR0693.SITHBUse_Other) then\r\n\t\tURAR0693.SITHBUse_Explain = \"\";\r\nend;\r\n",
  1509.             "Updates": "103"
  1510.         },
  1511.         {
  1512.             "KeyWord": "SITHBUse_Explain",
  1513.             "FieldIndex": 103,
  1514.             "TypeOfField": 0,
  1515.             "CheckBox": 0,
  1516.             "Page": 1,
  1517.             "Justify": 0,
  1518.             "EditLeft": 306,
  1519.             "EditTop": 621,
  1520.             "EditWidth": 102,
  1521.             "EditHeight": 13,
  1522.             "NumberOfLines": 1,
  1523.             "DefaultFont": "Tahoma,8,0,0",
  1524.             "DefPrecision": -1,
  1525.             "AutoCalc": 0
  1526.         },
  1527.         {
  1528.             "KeyWord": "UTLElect_Pub",
  1529.             "FieldIndex": 104,
  1530.             "TypeOfField": 1,
  1531.             "CheckBox": 1,
  1532.             "Page": 1,
  1533.             "Justify": 0,
  1534.             "EditLeft": 81,
  1535.             "EditTop": 647,
  1536.             "EditWidth": 12,
  1537.             "EditHeight": 13,
  1538.             "NumberOfLines": 1,
  1539.             "DefPrecision": -1,
  1540.             "AutoCalc": 0
  1541.         },
  1542.         {
  1543.             "KeyWord": "UTLElect_Other",
  1544.             "FieldIndex": 105,
  1545.             "TypeOfField": 0,
  1546.             "CheckBox": 0,
  1547.             "Page": 1,
  1548.             "Justify": 0,
  1549.             "EditLeft": 99,
  1550.             "EditTop": 648,
  1551.             "EditWidth": 84,
  1552.             "EditHeight": 13,
  1553.             "NumberOfLines": 1,
  1554.             "DefaultFont": "Tahoma,8,0,0",
  1555.             "DefPrecision": -1,
  1556.             "AutoCalc": 0
  1557.         },
  1558.         {
  1559.             "KeyWord": "UTLGas_Pub",
  1560.             "FieldIndex": 106,
  1561.             "TypeOfField": 1,
  1562.             "CheckBox": 1,
  1563.             "Page": 1,
  1564.             "Justify": 0,
  1565.             "EditLeft": 81,
  1566.             "EditTop": 662,
  1567.             "EditWidth": 12,
  1568.             "EditHeight": 13,
  1569.             "NumberOfLines": 1,
  1570.             "DefPrecision": -1,
  1571.             "AutoCalc": 0
  1572.         },
  1573.         {
  1574.             "KeyWord": "UTLGas_Other",
  1575.             "FieldIndex": 107,
  1576.             "TypeOfField": 0,
  1577.             "CheckBox": 0,
  1578.             "Page": 1,
  1579.             "Justify": 0,
  1580.             "EditLeft": 99,
  1581.             "EditTop": 663,
  1582.             "EditWidth": 84,
  1583.             "EditHeight": 13,
  1584.             "NumberOfLines": 1,
  1585.             "DefaultFont": "Tahoma,8,0,0",
  1586.             "DefPrecision": -1,
  1587.             "AutoCalc": 0
  1588.         },
  1589.         {
  1590.             "KeyWord": "UTLWater_Pub",
  1591.             "FieldIndex": 108,
  1592.             "TypeOfField": 1,
  1593.             "CheckBox": 1,
  1594.             "Page": 1,
  1595.             "Justify": 0,
  1596.             "EditLeft": 81,
  1597.             "EditTop": 677,
  1598.             "EditWidth": 12,
  1599.             "EditHeight": 13,
  1600.             "NumberOfLines": 1,
  1601.             "DefPrecision": -1,
  1602.             "AutoCalc": 0
  1603.         },
  1604.         {
  1605.             "KeyWord": "UTLWater_Other",
  1606.             "FieldIndex": 109,
  1607.             "TypeOfField": 0,
  1608.             "CheckBox": 0,
  1609.             "Page": 1,
  1610.             "Justify": 0,
  1611.             "EditLeft": 99,
  1612.             "EditTop": 678,
  1613.             "EditWidth": 84,
  1614.             "EditHeight": 13,
  1615.             "NumberOfLines": 1,
  1616.             "DefaultFont": "Tahoma,8,0,0",
  1617.             "DefPrecision": -1,
  1618.             "AutoCalc": 0
  1619.         },
  1620.         {
  1621.             "KeyWord": "UTLSanSew_Pub",
  1622.             "FieldIndex": 110,
  1623.             "TypeOfField": 1,
  1624.             "CheckBox": 1,
  1625.             "Page": 1,
  1626.             "Justify": 0,
  1627.             "EditLeft": 81,
  1628.             "EditTop": 692,
  1629.             "EditWidth": 12,
  1630.             "EditHeight": 13,
  1631.             "NumberOfLines": 1,
  1632.             "DefPrecision": -1,
  1633.             "AutoCalc": 0
  1634.         },
  1635.         {
  1636.             "KeyWord": "UTLSanSew_Other",
  1637.             "FieldIndex": 111,
  1638.             "TypeOfField": 0,
  1639.             "CheckBox": 0,
  1640.             "Page": 1,
  1641.             "Justify": 0,
  1642.             "EditLeft": 99,
  1643.             "EditTop": 693,
  1644.             "EditWidth": 84,
  1645.             "EditHeight": 13,
  1646.             "NumberOfLines": 1,
  1647.             "DefaultFont": "Tahoma,8,0,0",
  1648.             "DefPrecision": -1,
  1649.             "AutoCalc": 0
  1650.         },
  1651.         {
  1652.             "KeyWord": "UTLStormSew_Pub",
  1653.             "FieldIndex": 112,
  1654.             "TypeOfField": 1,
  1655.             "CheckBox": 1,
  1656.             "Page": 1,
  1657.             "Justify": 0,
  1658.             "EditLeft": 81,
  1659.             "EditTop": 707,
  1660.             "EditWidth": 12,
  1661.             "EditHeight": 13,
  1662.             "NumberOfLines": 1,
  1663.             "DefPrecision": -1,
  1664.             "AutoCalc": 0
  1665.         },
  1666.         {
  1667.             "KeyWord": "UTLStormSew_Other",
  1668.             "FieldIndex": 113,
  1669.             "TypeOfField": 0,
  1670.             "CheckBox": 0,
  1671.             "Page": 1,
  1672.             "Justify": 0,
  1673.             "EditLeft": 99,
  1674.             "EditTop": 708,
  1675.             "EditWidth": 84,
  1676.             "EditHeight": 13,
  1677.             "NumberOfLines": 1,
  1678.             "DefaultFont": "Tahoma,8,0,0",
  1679.             "DefPrecision": -1,
  1680.             "AutoCalc": 0
  1681.         },
  1682.         {
  1683.             "KeyWord": "OSIStreet_Pub",
  1684.             "FieldIndex": 115,
  1685.             "TypeOfField": 1,
  1686.             "CheckBox": 1,
  1687.             "Page": 1,
  1688.             "Justify": 0,
  1689.             "EditLeft": 364,
  1690.             "EditTop": 647,
  1691.             "EditWidth": 12,
  1692.             "EditHeight": 13,
  1693.             "NumberOfLines": 1,
  1694.             "DefPrecision": -1,
  1695.             "AutoCalc": 0
  1696.         },
  1697.         {
  1698.             "KeyWord": "OSIStreet_Priv",
  1699.             "FieldIndex": 116,
  1700.             "TypeOfField": 1,
  1701.             "CheckBox": 1,
  1702.             "Page": 1,
  1703.             "Justify": 0,
  1704.             "EditLeft": 391,
  1705.             "EditTop": 647,
  1706.             "EditWidth": 12,
  1707.             "EditHeight": 13,
  1708.             "NumberOfLines": 1,
  1709.             "DefPrecision": -1,
  1710.             "AutoCalc": 0
  1711.         },
  1712.         {
  1713.             "KeyWord": "OSIStreet_Type",
  1714.             "FieldIndex": 114,
  1715.             "TypeOfField": 0,
  1716.             "CheckBox": 0,
  1717.             "Page": 1,
  1718.             "Justify": 0,
  1719.             "EditLeft": 240,
  1720.             "EditTop": 647,
  1721.             "EditWidth": 116,
  1722.             "EditHeight": 13,
  1723.             "NumberOfLines": 1,
  1724.             "DefaultFont": "Tahoma,8,0,0",
  1725.             "DefPrecision": -1,
  1726.             "AutoCalc": 0
  1727.         },
  1728.         {
  1729.             "KeyWord": "OSICurb_Pub",
  1730.             "FieldIndex": 118,
  1731.             "TypeOfField": 1,
  1732.             "CheckBox": 1,
  1733.             "Page": 1,
  1734.             "Justify": 0,
  1735.             "EditLeft": 364,
  1736.             "EditTop": 663,
  1737.             "EditWidth": 12,
  1738.             "EditHeight": 13,
  1739.             "NumberOfLines": 1,
  1740.             "DefPrecision": -1,
  1741.             "AutoCalc": 0
  1742.         },
  1743.         {
  1744.             "KeyWord": "OSICurb_Priv",
  1745.             "FieldIndex": 119,
  1746.             "TypeOfField": 1,
  1747.             "CheckBox": 1,
  1748.             "Page": 1,
  1749.             "Justify": 0,
  1750.             "EditLeft": 391,
  1751.             "EditTop": 663,
  1752.             "EditWidth": 12,
  1753.             "EditHeight": 13,
  1754.             "NumberOfLines": 1,
  1755.             "DefPrecision": -1,
  1756.             "AutoCalc": 0
  1757.         },
  1758.         {
  1759.             "KeyWord": "OSICurb_Type",
  1760.             "FieldIndex": 117,
  1761.             "TypeOfField": 0,
  1762.             "CheckBox": 0,
  1763.             "Page": 1,
  1764.             "Justify": 0,
  1765.             "EditLeft": 240,
  1766.             "EditTop": 662,
  1767.             "EditWidth": 116,
  1768.             "EditHeight": 13,
  1769.             "NumberOfLines": 1,
  1770.             "DefaultFont": "Tahoma,8,0,0",
  1771.             "DefPrecision": -1,
  1772.             "AutoCalc": 0
  1773.         },
  1774.         {
  1775.             "KeyWord": "OSISideWalk_Pub",
  1776.             "FieldIndex": 121,
  1777.             "TypeOfField": 1,
  1778.             "CheckBox": 1,
  1779.             "Page": 1,
  1780.             "Justify": 0,
  1781.             "EditLeft": 364,
  1782.             "EditTop": 678,
  1783.             "EditWidth": 12,
  1784.             "EditHeight": 13,
  1785.             "NumberOfLines": 1,
  1786.             "DefPrecision": -1,
  1787.             "AutoCalc": 0
  1788.         },
  1789.         {
  1790.             "KeyWord": "OSISideWalk_Priv",
  1791.             "FieldIndex": 122,
  1792.             "TypeOfField": 1,
  1793.             "CheckBox": 1,
  1794.             "Page": 1,
  1795.             "Justify": 0,
  1796.             "EditLeft": 391,
  1797.             "EditTop": 678,
  1798.             "EditWidth": 12,
  1799.             "EditHeight": 13,
  1800.             "NumberOfLines": 1,
  1801.             "DefPrecision": -1,
  1802.             "AutoCalc": 0
  1803.         },
  1804.         {
  1805.             "KeyWord": "OSISideWalk_Type",
  1806.             "FieldIndex": 120,
  1807.             "TypeOfField": 0,
  1808.             "CheckBox": 0,
  1809.             "Page": 1,
  1810.             "Justify": 0,
  1811.             "EditLeft": 240,
  1812.             "EditTop": 677,
  1813.             "EditWidth": 116,
  1814.             "EditHeight": 13,
  1815.             "NumberOfLines": 1,
  1816.             "DefaultFont": "Tahoma,8,0,0",
  1817.             "DefPrecision": -1,
  1818.             "AutoCalc": 0
  1819.         },
  1820.         {
  1821.             "KeyWord": "OSIStrLights_Pub",
  1822.             "FieldIndex": 124,
  1823.             "TypeOfField": 1,
  1824.             "CheckBox": 1,
  1825.             "Page": 1,
  1826.             "Justify": 0,
  1827.             "EditLeft": 364,
  1828.             "EditTop": 693,
  1829.             "EditWidth": 12,
  1830.             "EditHeight": 13,
  1831.             "NumberOfLines": 1,
  1832.             "DefPrecision": -1,
  1833.             "AutoCalc": 0
  1834.         },
  1835.         {
  1836.             "KeyWord": "OSIStrLights_Priv",
  1837.             "FieldIndex": 125,
  1838.             "TypeOfField": 1,
  1839.             "CheckBox": 1,
  1840.             "Page": 1,
  1841.             "Justify": 0,
  1842.             "EditLeft": 391,
  1843.             "EditTop": 693,
  1844.             "EditWidth": 12,
  1845.             "EditHeight": 13,
  1846.             "NumberOfLines": 1,
  1847.             "DefPrecision": -1,
  1848.             "AutoCalc": 0
  1849.         },
  1850.         {
  1851.             "KeyWord": "OSIStrLights_Type",
  1852.             "FieldIndex": 123,
  1853.             "TypeOfField": 0,
  1854.             "CheckBox": 0,
  1855.             "Page": 1,
  1856.             "Justify": 0,
  1857.             "EditLeft": 240,
  1858.             "EditTop": 692,
  1859.             "EditWidth": 116,
  1860.             "EditHeight": 13,
  1861.             "NumberOfLines": 1,
  1862.             "DefaultFont": "Tahoma,8,0,0",
  1863.             "DefPrecision": -1,
  1864.             "AutoCalc": 0
  1865.         },
  1866.         {
  1867.             "KeyWord": "OSIAlley_Pub",
  1868.             "FieldIndex": 127,
  1869.             "TypeOfField": 1,
  1870.             "CheckBox": 1,
  1871.             "Page": 1,
  1872.             "Justify": 0,
  1873.             "EditLeft": 364,
  1874.             "EditTop": 708,
  1875.             "EditWidth": 12,
  1876.             "EditHeight": 13,
  1877.             "NumberOfLines": 1,
  1878.             "DefPrecision": -1,
  1879.             "AutoCalc": 0
  1880.         },
  1881.         {
  1882.             "KeyWord": "OSIAlley_Priv",
  1883.             "FieldIndex": 128,
  1884.             "TypeOfField": 1,
  1885.             "CheckBox": 1,
  1886.             "Page": 1,
  1887.             "Justify": 0,
  1888.             "EditLeft": 391,
  1889.             "EditTop": 708,
  1890.             "EditWidth": 12,
  1891.             "EditHeight": 13,
  1892.             "NumberOfLines": 1,
  1893.             "DefPrecision": -1,
  1894.             "AutoCalc": 0
  1895.         },
  1896.         {
  1897.             "KeyWord": "OSIAlley_Type",
  1898.             "FieldIndex": 126,
  1899.             "TypeOfField": 0,
  1900.             "CheckBox": 0,
  1901.             "Page": 1,
  1902.             "Justify": 0,
  1903.             "EditLeft": 240,
  1904.             "EditTop": 707,
  1905.             "EditWidth": 116,
  1906.             "EditHeight": 13,
  1907.             "NumberOfLines": 1,
  1908.             "DefaultFont": "Tahoma,8,0,0",
  1909.             "DefPrecision": -1,
  1910.             "AutoCalc": 0
  1911.         },
  1912.         {
  1913.             "KeyWord": "SITTopo",
  1914.             "FieldIndex": 129,
  1915.             "TypeOfField": 0,
  1916.             "CheckBox": 0,
  1917.             "Page": 1,
  1918.             "Justify": 0,
  1919.             "EditLeft": 465,
  1920.             "EditTop": 560,
  1921.             "EditWidth": 150,
  1922.             "EditHeight": 13,
  1923.             "NumberOfLines": 1,
  1924.             "DefaultFont": "Tahoma,8,0,0",
  1925.             "DefPrecision": -1,
  1926.             "AutoCalc": 0
  1927.         },
  1928.         {
  1929.             "KeyWord": "SITSize",
  1930.             "FieldIndex": 130,
  1931.             "TypeOfField": 0,
  1932.             "CheckBox": 0,
  1933.             "Page": 1,
  1934.             "Justify": 0,
  1935.             "EditLeft": 465,
  1936.             "EditTop": 575,
  1937.             "EditWidth": 150,
  1938.             "EditHeight": 13,
  1939.             "NumberOfLines": 1,
  1940.             "DefaultFont": "Tahoma,8,0,0",
  1941.             "DefPrecision": 3,
  1942.             "AutoCalc": 0
  1943.         },
  1944.         {
  1945.             "KeyWord": "SITShape",
  1946.             "FieldIndex": 131,
  1947.             "TypeOfField": 0,
  1948.             "CheckBox": 0,
  1949.             "Page": 1,
  1950.             "Justify": 0,
  1951.             "EditLeft": 465,
  1952.             "EditTop": 590,
  1953.             "EditWidth": 150,
  1954.             "EditHeight": 13,
  1955.             "NumberOfLines": 1,
  1956.             "DefaultFont": "Tahoma,8,0,0",
  1957.             "DefPrecision": -1,
  1958.             "AutoCalc": 0
  1959.         },
  1960.         {
  1961.             "KeyWord": "SITDrain",
  1962.             "FieldIndex": 132,
  1963.             "TypeOfField": 0,
  1964.             "CheckBox": 0,
  1965.             "Page": 1,
  1966.             "Justify": 0,
  1967.             "EditLeft": 465,
  1968.             "EditTop": 605,
  1969.             "EditWidth": 150,
  1970.             "EditHeight": 13,
  1971.             "NumberOfLines": 1,
  1972.             "DefaultFont": "Tahoma,8,0,0",
  1973.             "DefPrecision": -1,
  1974.             "AutoCalc": 0
  1975.         },
  1976.         {
  1977.             "KeyWord": "SITView",
  1978.             "FieldIndex": 133,
  1979.             "TypeOfField": 0,
  1980.             "CheckBox": 0,
  1981.             "Page": 1,
  1982.             "Justify": 0,
  1983.             "EditLeft": 465,
  1984.             "EditTop": 620,
  1985.             "EditWidth": 150,
  1986.             "EditHeight": 13,
  1987.             "NumberOfLines": 1,
  1988.             "DefaultFont": "Tahoma,8,0,0",
  1989.             "DefPrecision": -1,
  1990.             "AutoCalc": 0,
  1991.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.GSUView\"),\r\naffects \"URAR0693.GSUView\" is\r\nbegin\r\n\tURAR0693.GSUView = URAR0693.SITView;\r\nend;\r\n",
  1992.             "Dependencies": "338",
  1993.             "Updates": "338"
  1994.         },
  1995.         {
  1996.             "KeyWord": "SITLandscaping",
  1997.             "FieldIndex": 134,
  1998.             "TypeOfField": 0,
  1999.             "CheckBox": 0,
  2000.             "Page": 1,
  2001.             "Justify": 0,
  2002.             "EditLeft": 465,
  2003.             "EditTop": 635,
  2004.             "EditWidth": 150,
  2005.             "EditHeight": 13,
  2006.             "NumberOfLines": 1,
  2007.             "DefaultFont": "Tahoma,8,0,0",
  2008.             "DefPrecision": -1,
  2009.             "AutoCalc": 0
  2010.         },
  2011.         {
  2012.             "KeyWord": "SITDriveway",
  2013.             "FieldIndex": 135,
  2014.             "TypeOfField": 0,
  2015.             "CheckBox": 0,
  2016.             "Page": 1,
  2017.             "Justify": 0,
  2018.             "EditLeft": 492,
  2019.             "EditTop": 650,
  2020.             "EditWidth": 123,
  2021.             "EditHeight": 13,
  2022.             "NumberOfLines": 1,
  2023.             "DefaultFont": "Tahoma,8,0,0",
  2024.             "DefPrecision": -1,
  2025.             "AutoCalc": 0
  2026.         },
  2027.         {
  2028.             "KeyWord": "SITAppEasements",
  2029.             "FieldIndex": 136,
  2030.             "TypeOfField": 0,
  2031.             "CheckBox": 0,
  2032.             "Page": 1,
  2033.             "Justify": 0,
  2034.             "EditLeft": 492,
  2035.             "EditTop": 665,
  2036.             "EditWidth": 123,
  2037.             "EditHeight": 13,
  2038.             "NumberOfLines": 1,
  2039.             "DefaultFont": "Tahoma,8,0,0",
  2040.             "DefPrecision": -1,
  2041.             "AutoCalc": 0
  2042.         },
  2043.         {
  2044.             "KeyWord": "SITFldHaz_Yes",
  2045.             "FieldIndex": 137,
  2046.             "TypeOfField": 1,
  2047.             "CheckBox": 1,
  2048.             "Page": 1,
  2049.             "Justify": 0,
  2050.             "EditLeft": 550,
  2051.             "EditTop": 681,
  2052.             "EditWidth": 12,
  2053.             "EditHeight": 13,
  2054.             "NumberOfLines": 1,
  2055.             "DefPrecision": -1,
  2056.             "AutoCalc": 0
  2057.         },
  2058.         {
  2059.             "KeyWord": "SITFldHaz_No",
  2060.             "FieldIndex": 138,
  2061.             "TypeOfField": 1,
  2062.             "CheckBox": 1,
  2063.             "Page": 1,
  2064.             "Justify": 0,
  2065.             "EditLeft": 589,
  2066.             "EditTop": 681,
  2067.             "EditWidth": 12,
  2068.             "EditHeight": 13,
  2069.             "NumberOfLines": 1,
  2070.             "DefPrecision": -1,
  2071.             "AutoCalc": 0
  2072.         },
  2073.         {
  2074.             "KeyWord": "SITFEMAZone",
  2075.             "FieldIndex": 139,
  2076.             "TypeOfField": 0,
  2077.             "CheckBox": 0,
  2078.             "Page": 1,
  2079.             "Justify": 0,
  2080.             "EditLeft": 459,
  2081.             "EditTop": 696,
  2082.             "EditWidth": 48,
  2083.             "EditHeight": 13,
  2084.             "NumberOfLines": 1,
  2085.             "DefaultFont": "Tahoma,8,0,0",
  2086.             "DefPrecision": -1,
  2087.             "AutoCalc": 0
  2088.         },
  2089.         {
  2090.             "KeyWord": "SITFEMAMapDate",
  2091.             "FieldIndex": 140,
  2092.             "TypeOfField": 0,
  2093.             "CheckBox": 0,
  2094.             "Page": 1,
  2095.             "Justify": 0,
  2096.             "EditLeft": 547,
  2097.             "EditTop": 696,
  2098.             "EditWidth": 68,
  2099.             "EditHeight": 13,
  2100.             "NumberOfLines": 1,
  2101.             "DefaultFont": "Tahoma,8,0,0",
  2102.             "DefPrecision": -1,
  2103.             "AutoCalc": 0
  2104.         },
  2105.         {
  2106.             "KeyWord": "SITFEMAMapNo",
  2107.             "FieldIndex": 141,
  2108.             "TypeOfField": 0,
  2109.             "CheckBox": 0,
  2110.             "Page": 1,
  2111.             "Justify": 0,
  2112.             "EditLeft": 472,
  2113.             "EditTop": 711,
  2114.             "EditWidth": 143,
  2115.             "EditHeight": 13,
  2116.             "NumberOfLines": 1,
  2117.             "DefaultFont": "Tahoma,8,0,0",
  2118.             "DefPrecision": -1,
  2119.             "AutoCalc": 0
  2120.         },
  2121.         {
  2122.             "KeyWord": "SITComments_#1",
  2123.             "FieldIndex": 142,
  2124.             "TypeOfField": 0,
  2125.             "CheckBox": 0,
  2126.             "Page": 1,
  2127.             "Justify": 0,
  2128.             "EditLeft": 544,
  2129.             "EditTop": 727,
  2130.             "EditWidth": 71,
  2131.             "EditHeight": 13,
  2132.             "NumberOfLines": 3,
  2133.             "DefaultFont": "Tahoma,8,0,0",
  2134.             "DefPrecision": -1,
  2135.             "AutoCalc": 0
  2136.         },
  2137.         {
  2138.             "KeyWord": "GDSNumUnits",
  2139.             "FieldIndex": 145,
  2140.             "TypeOfField": 0,
  2141.             "CheckBox": 0,
  2142.             "Page": 1,
  2143.             "Justify": 0,
  2144.             "EditLeft": 93,
  2145.             "EditTop": 789,
  2146.             "EditWidth": 44,
  2147.             "EditHeight": 13,
  2148.             "NumberOfLines": 1,
  2149.             "DefaultFont": "Tahoma,8,0,0",
  2150.             "DefPrecision": 0,
  2151.             "AutoCalc": 0
  2152.         },
  2153.         {
  2154.             "KeyWord": "GDSNumStories",
  2155.             "FieldIndex": 146,
  2156.             "TypeOfField": 0,
  2157.             "CheckBox": 0,
  2158.             "Page": 1,
  2159.             "Justify": 0,
  2160.             "EditLeft": 93,
  2161.             "EditTop": 804,
  2162.             "EditWidth": 44,
  2163.             "EditHeight": 13,
  2164.             "NumberOfLines": 1,
  2165.             "DefaultFont": "Tahoma,8,0,0",
  2166.             "DefPrecision": 0,
  2167.             "AutoCalc": 0
  2168.         },
  2169.         {
  2170.             "KeyWord": "GDSType",
  2171.             "FieldIndex": 147,
  2172.             "TypeOfField": 0,
  2173.             "CheckBox": 0,
  2174.             "Page": 1,
  2175.             "Justify": 0,
  2176.             "EditLeft": 93,
  2177.             "EditTop": 819,
  2178.             "EditWidth": 44,
  2179.             "EditHeight": 13,
  2180.             "NumberOfLines": 1,
  2181.             "DefaultFont": "Tahoma,8,0,0",
  2182.             "DefPrecision": -1,
  2183.             "AutoCalc": 0
  2184.         },
  2185.         {
  2186.             "KeyWord": "GDSDesign",
  2187.             "FieldIndex": 148,
  2188.             "TypeOfField": 0,
  2189.             "CheckBox": 0,
  2190.             "Page": 1,
  2191.             "Justify": 0,
  2192.             "EditLeft": 93,
  2193.             "EditTop": 835,
  2194.             "EditWidth": 44,
  2195.             "EditHeight": 13,
  2196.             "NumberOfLines": 1,
  2197.             "DefaultFont": "Tahoma,8,0,0",
  2198.             "DefPrecision": -1,
  2199.             "AutoCalc": 0,
  2200.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.GSUDesign\") is\r\nbegin\r\n\tURAR0693.GSUDesign = URAR0693.GDSDesign;\r\nend;\r\n",
  2201.             "Updates": "339"
  2202.         },
  2203.         {
  2204.             "KeyWord": "GDSExistProp",
  2205.             "FieldIndex": 149,
  2206.             "TypeOfField": 0,
  2207.             "CheckBox": 0,
  2208.             "Page": 1,
  2209.             "Justify": 0,
  2210.             "EditLeft": 93,
  2211.             "EditTop": 850,
  2212.             "EditWidth": 44,
  2213.             "EditHeight": 13,
  2214.             "NumberOfLines": 1,
  2215.             "DefaultFont": "Tahoma,8,0,0",
  2216.             "DefPrecision": -1,
  2217.             "AutoCalc": 0
  2218.         },
  2219.         {
  2220.             "KeyWord": "GDSAge",
  2221.             "FieldIndex": 150,
  2222.             "TypeOfField": 0,
  2223.             "CheckBox": 0,
  2224.             "Page": 1,
  2225.             "Justify": 0,
  2226.             "EditLeft": 93,
  2227.             "EditTop": 866,
  2228.             "EditWidth": 44,
  2229.             "EditHeight": 13,
  2230.             "NumberOfLines": 1,
  2231.             "DefaultFont": "Tahoma,8,0,0",
  2232.             "DefPrecision": 0,
  2233.             "AutoCalc": 0,
  2234.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.GSUAge\"),\r\naffects \"URAR0693.GSUAge\" is\r\nbegin\r\n\tstring f;\r\n\tf = URAR0693.GDSAge;\r\n\tIf (atoi(f) > 0) and (atoi(f) < 1000) Then\r\n\t\tf = f + \" yrs\";\r\n\tURAR0693.GSUAge = f;\r\nend;\r\n",
  2235.             "Dependencies": "341",
  2236.             "Updates": "341"
  2237.         },
  2238.         {
  2239.             "KeyWord": "GDSEffectAge",
  2240.             "FieldIndex": 151,
  2241.             "TypeOfField": 0,
  2242.             "CheckBox": 0,
  2243.             "Page": 1,
  2244.             "Justify": 0,
  2245.             "EditLeft": 93,
  2246.             "EditTop": 881,
  2247.             "EditWidth": 44,
  2248.             "EditHeight": 13,
  2249.             "NumberOfLines": 1,
  2250.             "DefaultFont": "Tahoma,8,0,0",
  2251.             "DefPrecision": 0,
  2252.             "AutoCalc": 0
  2253.         },
  2254.         {
  2255.             "KeyWord": "EXTFoundation",
  2256.             "FieldIndex": 152,
  2257.             "TypeOfField": 0,
  2258.             "CheckBox": 0,
  2259.             "Page": 1,
  2260.             "Justify": 0,
  2261.             "EditLeft": 221,
  2262.             "EditTop": 791,
  2263.             "EditWidth": 63,
  2264.             "EditHeight": 13,
  2265.             "NumberOfLines": 1,
  2266.             "DefaultFont": "Tahoma,8,0,0",
  2267.             "DefPrecision": -1,
  2268.             "AutoCalc": 0
  2269.         },
  2270.         {
  2271.             "KeyWord": "EXTExtWalls",
  2272.             "FieldIndex": 153,
  2273.             "TypeOfField": 0,
  2274.             "CheckBox": 0,
  2275.             "Page": 1,
  2276.             "Justify": 0,
  2277.             "EditLeft": 221,
  2278.             "EditTop": 806,
  2279.             "EditWidth": 63,
  2280.             "EditHeight": 13,
  2281.             "NumberOfLines": 1,
  2282.             "DefaultFont": "Tahoma,8,0,0",
  2283.             "DefPrecision": -1,
  2284.             "AutoCalc": 0
  2285.         },
  2286.         {
  2287.             "KeyWord": "EXTRfSurface",
  2288.             "FieldIndex": 154,
  2289.             "TypeOfField": 0,
  2290.             "CheckBox": 0,
  2291.             "Page": 1,
  2292.             "Justify": 0,
  2293.             "EditLeft": 221,
  2294.             "EditTop": 821,
  2295.             "EditWidth": 63,
  2296.             "EditHeight": 13,
  2297.             "NumberOfLines": 1,
  2298.             "DefaultFont": "Tahoma,8,0,0",
  2299.             "DefPrecision": -1,
  2300.             "AutoCalc": 0
  2301.         },
  2302.         {
  2303.             "KeyWord": "EXTGutters",
  2304.             "FieldIndex": 155,
  2305.             "TypeOfField": 0,
  2306.             "CheckBox": 0,
  2307.             "Page": 1,
  2308.             "Justify": 0,
  2309.             "EditLeft": 221,
  2310.             "EditTop": 836,
  2311.             "EditWidth": 63,
  2312.             "EditHeight": 13,
  2313.             "NumberOfLines": 1,
  2314.             "DefaultFont": "Tahoma,8,0,0",
  2315.             "DefPrecision": -1,
  2316.             "AutoCalc": 0
  2317.         },
  2318.         {
  2319.             "KeyWord": "EXTWindType",
  2320.             "FieldIndex": 156,
  2321.             "TypeOfField": 0,
  2322.             "CheckBox": 0,
  2323.             "Page": 1,
  2324.             "Justify": 0,
  2325.             "EditLeft": 221,
  2326.             "EditTop": 851,
  2327.             "EditWidth": 63,
  2328.             "EditHeight": 13,
  2329.             "NumberOfLines": 1,
  2330.             "DefaultFont": "Tahoma,8,0,0",
  2331.             "DefPrecision": -1,
  2332.             "AutoCalc": 0
  2333.         },
  2334.         {
  2335.             "KeyWord": "EXTStormScreens",
  2336.             "FieldIndex": 157,
  2337.             "TypeOfField": 0,
  2338.             "CheckBox": 0,
  2339.             "Page": 1,
  2340.             "Justify": 0,
  2341.             "EditLeft": 221,
  2342.             "EditTop": 866,
  2343.             "EditWidth": 63,
  2344.             "EditHeight": 13,
  2345.             "NumberOfLines": 1,
  2346.             "DefaultFont": "Tahoma,8,0,0",
  2347.             "DefPrecision": -1,
  2348.             "AutoCalc": 0
  2349.         },
  2350.         {
  2351.             "KeyWord": "EXTMfgHouse",
  2352.             "FieldIndex": 158,
  2353.             "TypeOfField": 0,
  2354.             "CheckBox": 0,
  2355.             "Page": 1,
  2356.             "Justify": 0,
  2357.             "EditLeft": 221,
  2358.             "EditTop": 881,
  2359.             "EditWidth": 63,
  2360.             "EditHeight": 13,
  2361.             "NumberOfLines": 1,
  2362.             "DefaultFont": "Tahoma,8,0,0",
  2363.             "DefPrecision": -1,
  2364.             "AutoCalc": 0
  2365.         },
  2366.         {
  2367.             "KeyWord": "FNDSlab",
  2368.             "FieldIndex": 159,
  2369.             "TypeOfField": 0,
  2370.             "CheckBox": 0,
  2371.             "Page": 1,
  2372.             "Justify": 0,
  2373.             "EditLeft": 342,
  2374.             "EditTop": 791,
  2375.             "EditWidth": 66,
  2376.             "EditHeight": 13,
  2377.             "NumberOfLines": 1,
  2378.             "DefaultFont": "Tahoma,8,0,0",
  2379.             "DefPrecision": -1,
  2380.             "AutoCalc": 0
  2381.         },
  2382.         {
  2383.             "KeyWord": "FNDCrawlSpace",
  2384.             "FieldIndex": 160,
  2385.             "TypeOfField": 0,
  2386.             "CheckBox": 0,
  2387.             "Page": 1,
  2388.             "Justify": 0,
  2389.             "EditLeft": 342,
  2390.             "EditTop": 806,
  2391.             "EditWidth": 66,
  2392.             "EditHeight": 13,
  2393.             "NumberOfLines": 1,
  2394.             "DefaultFont": "Tahoma,8,0,0",
  2395.             "DefPrecision": -1,
  2396.             "AutoCalc": 0
  2397.         },
  2398.         {
  2399.             "KeyWord": "FNDBasement",
  2400.             "FieldIndex": 161,
  2401.             "TypeOfField": 0,
  2402.             "CheckBox": 0,
  2403.             "Page": 1,
  2404.             "Justify": 0,
  2405.             "EditLeft": 342,
  2406.             "EditTop": 821,
  2407.             "EditWidth": 66,
  2408.             "EditHeight": 13,
  2409.             "NumberOfLines": 1,
  2410.             "DefaultFont": "Tahoma,8,0,0",
  2411.             "DefPrecision": -1,
  2412.             "AutoCalc": 0
  2413.         },
  2414.         {
  2415.             "KeyWord": "FNDSumpPump",
  2416.             "FieldIndex": 162,
  2417.             "TypeOfField": 0,
  2418.             "CheckBox": 0,
  2419.             "Page": 1,
  2420.             "Justify": 0,
  2421.             "EditLeft": 342,
  2422.             "EditTop": 836,
  2423.             "EditWidth": 66,
  2424.             "EditHeight": 13,
  2425.             "NumberOfLines": 1,
  2426.             "DefaultFont": "Tahoma,8,0,0",
  2427.             "DefPrecision": -1,
  2428.             "AutoCalc": 0
  2429.         },
  2430.         {
  2431.             "KeyWord": "FNDDampness",
  2432.             "FieldIndex": 163,
  2433.             "TypeOfField": 0,
  2434.             "CheckBox": 0,
  2435.             "Page": 1,
  2436.             "Justify": 0,
  2437.             "EditLeft": 342,
  2438.             "EditTop": 851,
  2439.             "EditWidth": 66,
  2440.             "EditHeight": 13,
  2441.             "NumberOfLines": 1,
  2442.             "DefaultFont": "Tahoma,8,0,0",
  2443.             "DefPrecision": -1,
  2444.             "AutoCalc": 0
  2445.         },
  2446.         {
  2447.             "KeyWord": "FNDSettlement",
  2448.             "FieldIndex": 164,
  2449.             "TypeOfField": 0,
  2450.             "CheckBox": 0,
  2451.             "Page": 1,
  2452.             "Justify": 0,
  2453.             "EditLeft": 342,
  2454.             "EditTop": 866,
  2455.             "EditWidth": 66,
  2456.             "EditHeight": 13,
  2457.             "NumberOfLines": 1,
  2458.             "DefaultFont": "Tahoma,8,0,0",
  2459.             "DefPrecision": -1,
  2460.             "AutoCalc": 0
  2461.         },
  2462.         {
  2463.             "KeyWord": "FNDInfestation",
  2464.             "FieldIndex": 165,
  2465.             "TypeOfField": 0,
  2466.             "CheckBox": 0,
  2467.             "Page": 1,
  2468.             "Justify": 0,
  2469.             "EditLeft": 342,
  2470.             "EditTop": 881,
  2471.             "EditWidth": 66,
  2472.             "EditHeight": 13,
  2473.             "NumberOfLines": 1,
  2474.             "DefaultFont": "Tahoma,8,0,0",
  2475.             "DefPrecision": -1,
  2476.             "AutoCalc": 0
  2477.         },
  2478.         {
  2479.             "KeyWord": "BSMAreaSF",
  2480.             "FieldIndex": 166,
  2481.             "TypeOfField": 0,
  2482.             "CheckBox": 0,
  2483.             "Page": 1,
  2484.             "Justify": 0,
  2485.             "EditLeft": 467,
  2486.             "EditTop": 791,
  2487.             "EditWidth": 49,
  2488.             "EditHeight": 13,
  2489.             "NumberOfLines": 1,
  2490.             "DefaultFont": "Tahoma,8,0,0",
  2491.             "DefPrecision": -1,
  2492.             "AutoCalc": 0,
  2493.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.BSMAreaSF\"),\r\naffects \"URAR0693.RMSBsmArea\",\r\naffects \"URAR0693.GSUBsmRooms1\" is \r\nbegin\r\n\tstring f;\r\n\tif IsEmpty(URAR0693.BSMAreaSF) then\r\n\t\tf = URAR0693.BSMAreaSF = GetArea(\"BasementArea\");\r\n\r\n\tif IsEmpty(URAR0693.BSMAreaSF) then\r\n\tbegin\r\n\t\tif IsEmpty(f) then\r\n\t\t\tURAR0693.BSMAreaSF = \"None\";\r\n\t\telse\r\n\t\t\tURAR0693.BSMAreaSF = f;\r\n\tend;\r\n\r\n\tif !Changed(\"URAR0693.RMSBsmArea\") then\r\n\t\tURAR0693.RMSBsmArea = URAR0693.BSMAreaSF;\r\n\r\n\tif !Changed(\"URAR0693.GSUBsmRooms1\") then\r\n\t\tURAR0693.GSUBsmRooms1 = URAR0693.BSMAreaSF;\r\nend;\r\n",
  2494.             "Dependencies": "197,347",
  2495.             "Updates": "166,197,347"
  2496.         },
  2497.         {
  2498.             "KeyWord": "BSMPctFinished",
  2499.             "FieldIndex": 167,
  2500.             "TypeOfField": 0,
  2501.             "CheckBox": 0,
  2502.             "Page": 1,
  2503.             "Justify": 0,
  2504.             "EditLeft": 467,
  2505.             "EditTop": 806,
  2506.             "EditWidth": 49,
  2507.             "EditHeight": 13,
  2508.             "NumberOfLines": 1,
  2509.             "DefaultFont": "Tahoma,8,0,0",
  2510.             "DefPrecision": -1,
  2511.             "AutoCalc": 0,
  2512.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.GSUBsmRooms2\"),\r\naffects \"URAR0693.GSUBsmRooms2\" is\r\nbegin\r\n\tURAR0693.GSUBsmRooms2 = URAR0693.BSMPctFinished;\r\nend;\r\n",
  2513.             "Dependencies": "348",
  2514.             "Updates": "348"
  2515.         },
  2516.         {
  2517.             "KeyWord": "BSMCeiling",
  2518.             "FieldIndex": 168,
  2519.             "TypeOfField": 0,
  2520.             "CheckBox": 0,
  2521.             "Page": 1,
  2522.             "Justify": 0,
  2523.             "EditLeft": 467,
  2524.             "EditTop": 821,
  2525.             "EditWidth": 49,
  2526.             "EditHeight": 13,
  2527.             "NumberOfLines": 1,
  2528.             "DefaultFont": "Tahoma,8,0,0",
  2529.             "DefPrecision": -1,
  2530.             "AutoCalc": 0
  2531.         },
  2532.         {
  2533.             "KeyWord": "BSMWalls",
  2534.             "FieldIndex": 169,
  2535.             "TypeOfField": 0,
  2536.             "CheckBox": 0,
  2537.             "Page": 1,
  2538.             "Justify": 0,
  2539.             "EditLeft": 467,
  2540.             "EditTop": 836,
  2541.             "EditWidth": 49,
  2542.             "EditHeight": 13,
  2543.             "NumberOfLines": 1,
  2544.             "DefaultFont": "Tahoma,8,0,0",
  2545.             "DefPrecision": -1,
  2546.             "AutoCalc": 0
  2547.         },
  2548.         {
  2549.             "KeyWord": "BSMFloor",
  2550.             "FieldIndex": 170,
  2551.             "TypeOfField": 0,
  2552.             "CheckBox": 0,
  2553.             "Page": 1,
  2554.             "Justify": 0,
  2555.             "EditLeft": 467,
  2556.             "EditTop": 851,
  2557.             "EditWidth": 49,
  2558.             "EditHeight": 13,
  2559.             "NumberOfLines": 1,
  2560.             "DefaultFont": "Tahoma,8,0,0",
  2561.             "DefPrecision": -1,
  2562.             "AutoCalc": 0
  2563.         },
  2564.         {
  2565.             "KeyWord": "BSMEntry",
  2566.             "FieldIndex": 171,
  2567.             "TypeOfField": 0,
  2568.             "CheckBox": 0,
  2569.             "Page": 1,
  2570.             "Justify": 0,
  2571.             "EditLeft": 467,
  2572.             "EditTop": 866,
  2573.             "EditWidth": 49,
  2574.             "EditHeight": 13,
  2575.             "NumberOfLines": 1,
  2576.             "DefaultFont": "Tahoma,8,0,0",
  2577.             "DefPrecision": -1,
  2578.             "AutoCalc": 0
  2579.         },
  2580.         {
  2581.             "KeyWord": "BSMOther_Text",
  2582.             "FieldIndex": 172,
  2583.             "TypeOfField": 0,
  2584.             "CheckBox": 0,
  2585.             "Page": 1,
  2586.             "Justify": 0,
  2587.             "EditLeft": 412,
  2588.             "EditTop": 881,
  2589.             "EditWidth": 104,
  2590.             "EditHeight": 13,
  2591.             "NumberOfLines": 1,
  2592.             "DefaultFont": "Tahoma,8,0,0",
  2593.             "DefPrecision": -1,
  2594.             "AutoCalc": 0
  2595.         },
  2596.         {
  2597.             "KeyWord": "INSRoof_Box",
  2598.             "FieldIndex": 174,
  2599.             "TypeOfField": 1,
  2600.             "CheckBox": 1,
  2601.             "Page": 1,
  2602.             "Justify": 0,
  2603.             "EditLeft": 603,
  2604.             "EditTop": 792,
  2605.             "EditWidth": 12,
  2606.             "EditHeight": 13,
  2607.             "NumberOfLines": 1,
  2608.             "DefPrecision": -1,
  2609.             "AutoCalc": 0,
  2610.             "Formula": "routine main() returns nothing is \r\nbegin\r\n\tif IsEmpty(URAR0693.INSRoof_Box) then\r\n\t\tURAR0693.INSRoof = \"\";\r\nend;\r\n",
  2611.             "Updates": "173"
  2612.         },
  2613.         {
  2614.             "KeyWord": "INSRoof",
  2615.             "FieldIndex": 173,
  2616.             "TypeOfField": 0,
  2617.             "CheckBox": 0,
  2618.             "Page": 1,
  2619.             "Justify": 0,
  2620.             "EditLeft": 554,
  2621.             "EditTop": 791,
  2622.             "EditWidth": 39,
  2623.             "EditHeight": 13,
  2624.             "NumberOfLines": 1,
  2625.             "DefaultFont": "Tahoma,8,0,0",
  2626.             "DefPrecision": -1,
  2627.             "AutoCalc": 0
  2628.         },
  2629.         {
  2630.             "KeyWord": "INSCeiling_Box",
  2631.             "FieldIndex": 176,
  2632.             "TypeOfField": 1,
  2633.             "CheckBox": 1,
  2634.             "Page": 1,
  2635.             "Justify": 0,
  2636.             "EditLeft": 603,
  2637.             "EditTop": 807,
  2638.             "EditWidth": 12,
  2639.             "EditHeight": 13,
  2640.             "NumberOfLines": 1,
  2641.             "DefPrecision": -1,
  2642.             "AutoCalc": 0,
  2643.             "Formula": "routine main() returns nothing is \r\nbegin\r\n\tif IsEmpty(URAR0693.INSCeiling_Box) then\r\n\t\tURAR0693.INSCeiling = \"\";\r\nend;\r\n",
  2644.             "Updates": "175"
  2645.         },
  2646.         {
  2647.             "KeyWord": "INSCeiling",
  2648.             "FieldIndex": 175,
  2649.             "TypeOfField": 0,
  2650.             "CheckBox": 0,
  2651.             "Page": 1,
  2652.             "Justify": 0,
  2653.             "EditLeft": 554,
  2654.             "EditTop": 806,
  2655.             "EditWidth": 39,
  2656.             "EditHeight": 13,
  2657.             "NumberOfLines": 1,
  2658.             "DefaultFont": "Tahoma,8,0,0",
  2659.             "DefPrecision": -1,
  2660.             "AutoCalc": 0
  2661.         },
  2662.         {
  2663.             "KeyWord": "INSWalls_Box",
  2664.             "FieldIndex": 178,
  2665.             "TypeOfField": 1,
  2666.             "CheckBox": 1,
  2667.             "Page": 1,
  2668.             "Justify": 0,
  2669.             "EditLeft": 603,
  2670.             "EditTop": 822,
  2671.             "EditWidth": 12,
  2672.             "EditHeight": 13,
  2673.             "NumberOfLines": 1,
  2674.             "DefPrecision": -1,
  2675.             "AutoCalc": 0,
  2676.             "Formula": "routine main() returns nothing is \r\nbegin\r\n\tif IsEmpty(URAR0693.INSWalls_Box) then\r\n\t\tURAR0693.INSWalls = \"\";\r\nend;\r\n",
  2677.             "Updates": "177"
  2678.         },
  2679.         {
  2680.             "KeyWord": "INSWalls",
  2681.             "FieldIndex": 177,
  2682.             "TypeOfField": 0,
  2683.             "CheckBox": 0,
  2684.             "Page": 1,
  2685.             "Justify": 0,
  2686.             "EditLeft": 554,
  2687.             "EditTop": 821,
  2688.             "EditWidth": 39,
  2689.             "EditHeight": 13,
  2690.             "NumberOfLines": 1,
  2691.             "DefaultFont": "Tahoma,8,0,0",
  2692.             "DefPrecision": -1,
  2693.             "AutoCalc": 0
  2694.         },
  2695.         {
  2696.             "KeyWord": "INSFloor_Box",
  2697.             "FieldIndex": 180,
  2698.             "TypeOfField": 1,
  2699.             "CheckBox": 1,
  2700.             "Page": 1,
  2701.             "Justify": 0,
  2702.             "EditLeft": 603,
  2703.             "EditTop": 837,
  2704.             "EditWidth": 12,
  2705.             "EditHeight": 13,
  2706.             "NumberOfLines": 1,
  2707.             "DefPrecision": -1,
  2708.             "AutoCalc": 0,
  2709.             "Formula": "routine main() returns nothing is \r\nbegin\r\n\tif IsEmpty(URAR0693.INSFloor_Box) then\r\n\t\tURAR0693.INSFloor = \"\";\r\nend;\r\n",
  2710.             "Updates": "179"
  2711.         },
  2712.         {
  2713.             "KeyWord": "INSFloor",
  2714.             "FieldIndex": 179,
  2715.             "TypeOfField": 0,
  2716.             "CheckBox": 0,
  2717.             "Page": 1,
  2718.             "Justify": 0,
  2719.             "EditLeft": 554,
  2720.             "EditTop": 836,
  2721.             "EditWidth": 39,
  2722.             "EditHeight": 13,
  2723.             "NumberOfLines": 1,
  2724.             "DefaultFont": "Tahoma,8,0,0",
  2725.             "DefPrecision": -1,
  2726.             "AutoCalc": 0
  2727.         },
  2728.         {
  2729.             "KeyWord": "INSNone",
  2730.             "FieldIndex": 182,
  2731.             "TypeOfField": 1,
  2732.             "CheckBox": 1,
  2733.             "Page": 1,
  2734.             "Justify": 0,
  2735.             "EditLeft": 603,
  2736.             "EditTop": 852,
  2737.             "EditWidth": 12,
  2738.             "EditHeight": 13,
  2739.             "NumberOfLines": 1,
  2740.             "DefPrecision": -1,
  2741.             "AutoCalc": 0,
  2742.             "Formula": "routine main() returns nothing is \r\nbegin\r\n\tif IsEmpty(URAR0693.INSNone) then\r\n\t\tURAR0693.INSNone_Box = \"\";\r\nend;\r\n",
  2743.             "Updates": "181"
  2744.         },
  2745.         {
  2746.             "KeyWord": "INSNone_Box",
  2747.             "FieldIndex": 181,
  2748.             "TypeOfField": 0,
  2749.             "CheckBox": 0,
  2750.             "Page": 1,
  2751.             "Justify": 0,
  2752.             "EditLeft": 554,
  2753.             "EditTop": 851,
  2754.             "EditWidth": 39,
  2755.             "EditHeight": 13,
  2756.             "NumberOfLines": 1,
  2757.             "DefaultFont": "Tahoma,8,0,0",
  2758.             "DefPrecision": -1,
  2759.             "AutoCalc": 0
  2760.         },
  2761.         {
  2762.             "KeyWord": "INSUnknown",
  2763.             "FieldIndex": 184,
  2764.             "TypeOfField": 1,
  2765.             "CheckBox": 1,
  2766.             "Page": 1,
  2767.             "Justify": 0,
  2768.             "EditLeft": 603,
  2769.             "EditTop": 867,
  2770.             "EditWidth": 12,
  2771.             "EditHeight": 13,
  2772.             "NumberOfLines": 1,
  2773.             "DefPrecision": -1,
  2774.             "AutoCalc": 0,
  2775.             "Formula": "routine main() returns nothing is \r\nbegin\r\n\tif IsEmpty(URAR0693.INSUnknown) then\r\n\t\tURAR0693.INSUnknown_Box = \"\";\r\nend;\r\n",
  2776.             "Updates": "183"
  2777.         },
  2778.         {
  2779.             "KeyWord": "INSUnknown_Box",
  2780.             "FieldIndex": 183,
  2781.             "TypeOfField": 0,
  2782.             "CheckBox": 0,
  2783.             "Page": 1,
  2784.             "Justify": 0,
  2785.             "EditLeft": 554,
  2786.             "EditTop": 866,
  2787.             "EditWidth": 39,
  2788.             "EditHeight": 13,
  2789.             "NumberOfLines": 1,
  2790.             "DefaultFont": "Tahoma,8,0,0",
  2791.             "DefPrecision": -1,
  2792.             "AutoCalc": 0
  2793.         },
  2794.         {
  2795.             "KeyWord": "INSOther_Text",
  2796.             "FieldIndex": 185,
  2797.             "TypeOfField": 0,
  2798.             "CheckBox": 0,
  2799.             "Page": 1,
  2800.             "Justify": 0,
  2801.             "EditLeft": 520,
  2802.             "EditTop": 881,
  2803.             "EditWidth": 95,
  2804.             "EditHeight": 13,
  2805.             "NumberOfLines": 1,
  2806.             "DefaultFont": "Tahoma,8,0,0",
  2807.             "DefPrecision": -1,
  2808.             "AutoCalc": 0
  2809.         },
  2810.         {
  2811.             "KeyWord": "RMSOth_Text",
  2812.             "FieldIndex": 222,
  2813.             "TypeOfField": 0,
  2814.             "CheckBox": 0,
  2815.             "Page": 1,
  2816.             "Justify": 0,
  2817.             "EditLeft": 13,
  2818.             "EditTop": 958,
  2819.             "EditWidth": 31,
  2820.             "EditHeight": 13,
  2821.             "NumberOfLines": 1,
  2822.             "DefaultFont": "Tahoma,8,0,0",
  2823.             "DefPrecision": -1,
  2824.             "AutoCalc": 0
  2825.         },
  2826.         {
  2827.             "KeyWord": "RMSBsmFoyer",
  2828.             "FieldIndex": 186,
  2829.             "TypeOfField": 0,
  2830.             "CheckBox": 0,
  2831.             "Page": 1,
  2832.             "Justify": 2,
  2833.             "EditLeft": 47,
  2834.             "EditTop": 913,
  2835.             "EditWidth": 43,
  2836.             "EditHeight": 13,
  2837.             "NumberOfLines": 1,
  2838.             "DefaultFont": "Tahoma,8,0,0",
  2839.             "DefPrecision": 0,
  2840.             "AutoCalc": 0
  2841.         },
  2842.         {
  2843.             "KeyWord": "RMSBsmLiving",
  2844.             "FieldIndex": 187,
  2845.             "TypeOfField": 0,
  2846.             "CheckBox": 0,
  2847.             "Page": 1,
  2848.             "Justify": 2,
  2849.             "EditLeft": 93,
  2850.             "EditTop": 913,
  2851.             "EditWidth": 44,
  2852.             "EditHeight": 13,
  2853.             "NumberOfLines": 1,
  2854.             "DefaultFont": "Tahoma,8,0,0",
  2855.             "DefPrecision": 0,
  2856.             "AutoCalc": 0
  2857.         },
  2858.         {
  2859.             "KeyWord": "RMSBsmDining",
  2860.             "FieldIndex": 188,
  2861.             "TypeOfField": 0,
  2862.             "CheckBox": 0,
  2863.             "Page": 1,
  2864.             "Justify": 2,
  2865.             "EditLeft": 140,
  2866.             "EditTop": 913,
  2867.             "EditWidth": 43,
  2868.             "EditHeight": 13,
  2869.             "NumberOfLines": 1,
  2870.             "DefaultFont": "Tahoma,8,0,0",
  2871.             "DefPrecision": 0,
  2872.             "AutoCalc": 0
  2873.         },
  2874.         {
  2875.             "KeyWord": "RMSBsmKitchen",
  2876.             "FieldIndex": 189,
  2877.             "TypeOfField": 0,
  2878.             "CheckBox": 0,
  2879.             "Page": 1,
  2880.             "Justify": 2,
  2881.             "EditLeft": 186,
  2882.             "EditTop": 913,
  2883.             "EditWidth": 44,
  2884.             "EditHeight": 13,
  2885.             "NumberOfLines": 1,
  2886.             "DefaultFont": "Tahoma,8,0,0",
  2887.             "DefPrecision": 0,
  2888.             "AutoCalc": 0
  2889.         },
  2890.         {
  2891.             "KeyWord": "RMSBsmDen",
  2892.             "FieldIndex": 190,
  2893.             "TypeOfField": 0,
  2894.             "CheckBox": 0,
  2895.             "Page": 1,
  2896.             "Justify": 2,
  2897.             "EditLeft": 233,
  2898.             "EditTop": 913,
  2899.             "EditWidth": 43,
  2900.             "EditHeight": 13,
  2901.             "NumberOfLines": 1,
  2902.             "DefaultFont": "Tahoma,8,0,0",
  2903.             "DefPrecision": 0,
  2904.             "AutoCalc": 0
  2905.         },
  2906.         {
  2907.             "KeyWord": "RMSBsmFamilyRm",
  2908.             "FieldIndex": 191,
  2909.             "TypeOfField": 0,
  2910.             "CheckBox": 0,
  2911.             "Page": 1,
  2912.             "Justify": 2,
  2913.             "EditLeft": 279,
  2914.             "EditTop": 913,
  2915.             "EditWidth": 44,
  2916.             "EditHeight": 13,
  2917.             "NumberOfLines": 1,
  2918.             "DefaultFont": "Tahoma,8,0,0",
  2919.             "DefPrecision": 0,
  2920.             "AutoCalc": 0
  2921.         },
  2922.         {
  2923.             "KeyWord": "RMSBsmRecRm",
  2924.             "FieldIndex": 192,
  2925.             "TypeOfField": 0,
  2926.             "CheckBox": 0,
  2927.             "Page": 1,
  2928.             "Justify": 2,
  2929.             "EditLeft": 326,
  2930.             "EditTop": 913,
  2931.             "EditWidth": 43,
  2932.             "EditHeight": 13,
  2933.             "NumberOfLines": 1,
  2934.             "DefaultFont": "Tahoma,8,0,0",
  2935.             "DefPrecision": 0,
  2936.             "AutoCalc": 0
  2937.         },
  2938.         {
  2939.             "KeyWord": "RMSBsmBedrooms",
  2940.             "FieldIndex": 193,
  2941.             "TypeOfField": 0,
  2942.             "CheckBox": 0,
  2943.             "Page": 1,
  2944.             "Justify": 2,
  2945.             "EditLeft": 372,
  2946.             "EditTop": 913,
  2947.             "EditWidth": 44,
  2948.             "EditHeight": 13,
  2949.             "NumberOfLines": 1,
  2950.             "DefaultFont": "Tahoma,8,0,0",
  2951.             "DefPrecision": 0,
  2952.             "AutoCalc": 0
  2953.         },
  2954.         {
  2955.             "KeyWord": "RMSBsmBaths",
  2956.             "FieldIndex": 194,
  2957.             "TypeOfField": 0,
  2958.             "CheckBox": 0,
  2959.             "Page": 1,
  2960.             "Justify": 2,
  2961.             "EditLeft": 419,
  2962.             "EditTop": 913,
  2963.             "EditWidth": 43,
  2964.             "EditHeight": 13,
  2965.             "NumberOfLines": 1,
  2966.             "DefaultFont": "Tahoma,8,0,0",
  2967.             "DefPrecision": 2,
  2968.             "AutoCalc": 0
  2969.         },
  2970.         {
  2971.             "KeyWord": "RMSBsmLaundry",
  2972.             "FieldIndex": 195,
  2973.             "TypeOfField": 0,
  2974.             "CheckBox": 0,
  2975.             "Page": 1,
  2976.             "Justify": 2,
  2977.             "EditLeft": 465,
  2978.             "EditTop": 913,
  2979.             "EditWidth": 44,
  2980.             "EditHeight": 13,
  2981.             "NumberOfLines": 1,
  2982.             "DefaultFont": "Tahoma,8,0,0",
  2983.             "DefPrecision": 0,
  2984.             "AutoCalc": 0
  2985.         },
  2986.         {
  2987.             "KeyWord": "RMSBsmOther",
  2988.             "FieldIndex": 196,
  2989.             "TypeOfField": 0,
  2990.             "CheckBox": 0,
  2991.             "Page": 1,
  2992.             "Justify": 2,
  2993.             "EditLeft": 512,
  2994.             "EditTop": 913,
  2995.             "EditWidth": 43,
  2996.             "EditHeight": 13,
  2997.             "NumberOfLines": 1,
  2998.             "DefaultFont": "Tahoma,8,0,0",
  2999.             "DefPrecision": 0,
  3000.             "AutoCalc": 0
  3001.         },
  3002.         {
  3003.             "KeyWord": "RMSBsmArea",
  3004.             "FieldIndex": 197,
  3005.             "TypeOfField": 0,
  3006.             "CheckBox": 0,
  3007.             "Page": 1,
  3008.             "Justify": 2,
  3009.             "EditLeft": 558,
  3010.             "EditTop": 913,
  3011.             "EditWidth": 57,
  3012.             "EditHeight": 13,
  3013.             "NumberOfLines": 1,
  3014.             "DefaultFont": "Tahoma,8,0,0",
  3015.             "DefPrecision": 0,
  3016.             "AutoCalc": 0,
  3017.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.RMSBsmArea\"),\r\naffects \"URAR0693.GSUBsmRooms1\" is \r\nbegin\r\n\tURAR0693.RMSBsmArea = URAR0693.BSMAreaSF;\r\n\r\n\tif !Changed(\"URAR0693.GSUBsmRooms1\") then\r\n\t\tURAR0693.GSUBsmRooms1 = URAR0693.RMSBsmArea;\r\nend;\r\n",
  3018.             "Dependencies": "347",
  3019.             "Updates": "197,347"
  3020.         },
  3021.         {
  3022.             "KeyWord": "RMSLv1Foyer",
  3023.             "FieldIndex": 198,
  3024.             "TypeOfField": 0,
  3025.             "CheckBox": 0,
  3026.             "Page": 1,
  3027.             "Justify": 2,
  3028.             "EditLeft": 47,
  3029.             "EditTop": 928,
  3030.             "EditWidth": 43,
  3031.             "EditHeight": 13,
  3032.             "NumberOfLines": 1,
  3033.             "DefaultFont": "Tahoma,8,0,0",
  3034.             "DefPrecision": 0,
  3035.             "AutoCalc": 0
  3036.         },
  3037.         {
  3038.             "KeyWord": "RMSLv1Living",
  3039.             "FieldIndex": 199,
  3040.             "TypeOfField": 0,
  3041.             "CheckBox": 0,
  3042.             "Page": 1,
  3043.             "Justify": 2,
  3044.             "EditLeft": 93,
  3045.             "EditTop": 928,
  3046.             "EditWidth": 44,
  3047.             "EditHeight": 13,
  3048.             "NumberOfLines": 1,
  3049.             "DefaultFont": "Tahoma,8,0,0",
  3050.             "DefPrecision": 0,
  3051.             "AutoCalc": 0,
  3052.             "Dependencies": "-235"
  3053.         },
  3054.         {
  3055.             "KeyWord": "RMSLv1Dining",
  3056.             "FieldIndex": 200,
  3057.             "TypeOfField": 0,
  3058.             "CheckBox": 0,
  3059.             "Page": 1,
  3060.             "Justify": 2,
  3061.             "EditLeft": 140,
  3062.             "EditTop": 928,
  3063.             "EditWidth": 43,
  3064.             "EditHeight": 13,
  3065.             "NumberOfLines": 1,
  3066.             "DefaultFont": "Tahoma,8,0,0",
  3067.             "DefPrecision": 0,
  3068.             "AutoCalc": 0,
  3069.             "Dependencies": "-235"
  3070.         },
  3071.         {
  3072.             "KeyWord": "RMSLv1Kitchen",
  3073.             "FieldIndex": 201,
  3074.             "TypeOfField": 0,
  3075.             "CheckBox": 0,
  3076.             "Page": 1,
  3077.             "Justify": 2,
  3078.             "EditLeft": 186,
  3079.             "EditTop": 928,
  3080.             "EditWidth": 44,
  3081.             "EditHeight": 13,
  3082.             "NumberOfLines": 1,
  3083.             "DefaultFont": "Tahoma,8,0,0",
  3084.             "DefPrecision": 0,
  3085.             "AutoCalc": 0,
  3086.             "Dependencies": "-235"
  3087.         },
  3088.         {
  3089.             "KeyWord": "RMSLv1Den",
  3090.             "FieldIndex": 202,
  3091.             "TypeOfField": 0,
  3092.             "CheckBox": 0,
  3093.             "Page": 1,
  3094.             "Justify": 2,
  3095.             "EditLeft": 233,
  3096.             "EditTop": 928,
  3097.             "EditWidth": 43,
  3098.             "EditHeight": 13,
  3099.             "NumberOfLines": 1,
  3100.             "DefaultFont": "Tahoma,8,0,0",
  3101.             "DefPrecision": 0,
  3102.             "AutoCalc": 0,
  3103.             "Dependencies": "-235"
  3104.         },
  3105.         {
  3106.             "KeyWord": "RMSLv1FamilyRm",
  3107.             "FieldIndex": 203,
  3108.             "TypeOfField": 0,
  3109.             "CheckBox": 0,
  3110.             "Page": 1,
  3111.             "Justify": 2,
  3112.             "EditLeft": 279,
  3113.             "EditTop": 928,
  3114.             "EditWidth": 44,
  3115.             "EditHeight": 13,
  3116.             "NumberOfLines": 1,
  3117.             "DefaultFont": "Tahoma,8,0,0",
  3118.             "DefPrecision": 0,
  3119.             "AutoCalc": 0,
  3120.             "Dependencies": "-235"
  3121.         },
  3122.         {
  3123.             "KeyWord": "RMSLv1RecRm",
  3124.             "FieldIndex": 204,
  3125.             "TypeOfField": 0,
  3126.             "CheckBox": 0,
  3127.             "Page": 1,
  3128.             "Justify": 2,
  3129.             "EditLeft": 326,
  3130.             "EditTop": 928,
  3131.             "EditWidth": 43,
  3132.             "EditHeight": 13,
  3133.             "NumberOfLines": 1,
  3134.             "DefaultFont": "Tahoma,8,0,0",
  3135.             "DefPrecision": 0,
  3136.             "AutoCalc": 0,
  3137.             "Dependencies": "-235"
  3138.         },
  3139.         {
  3140.             "KeyWord": "RMSLv1Bedrooms",
  3141.             "FieldIndex": 205,
  3142.             "TypeOfField": 0,
  3143.             "CheckBox": 0,
  3144.             "Page": 1,
  3145.             "Justify": 2,
  3146.             "EditLeft": 372,
  3147.             "EditTop": 928,
  3148.             "EditWidth": 44,
  3149.             "EditHeight": 13,
  3150.             "NumberOfLines": 1,
  3151.             "DefaultFont": "Tahoma,8,0,0",
  3152.             "DefPrecision": 0,
  3153.             "AutoCalc": 0,
  3154.             "Dependencies": "-235,-236"
  3155.         },
  3156.         {
  3157.             "KeyWord": "RMSLv1Baths",
  3158.             "FieldIndex": 206,
  3159.             "TypeOfField": 0,
  3160.             "CheckBox": 0,
  3161.             "Page": 1,
  3162.             "Justify": 2,
  3163.             "EditLeft": 419,
  3164.             "EditTop": 928,
  3165.             "EditWidth": 43,
  3166.             "EditHeight": 13,
  3167.             "NumberOfLines": 1,
  3168.             "DefaultFont": "Tahoma,8,0,0",
  3169.             "DefPrecision": 2,
  3170.             "AutoCalc": 0,
  3171.             "Dependencies": "-237"
  3172.         },
  3173.         {
  3174.             "KeyWord": "RMSLv1Laundry",
  3175.             "FieldIndex": 207,
  3176.             "TypeOfField": 0,
  3177.             "CheckBox": 0,
  3178.             "Page": 1,
  3179.             "Justify": 2,
  3180.             "EditLeft": 465,
  3181.             "EditTop": 928,
  3182.             "EditWidth": 44,
  3183.             "EditHeight": 13,
  3184.             "NumberOfLines": 1,
  3185.             "DefaultFont": "Tahoma,8,0,0",
  3186.             "DefPrecision": 0,
  3187.             "AutoCalc": 0
  3188.         },
  3189.         {
  3190.             "KeyWord": "RMSLv1Other",
  3191.             "FieldIndex": 208,
  3192.             "TypeOfField": 0,
  3193.             "CheckBox": 0,
  3194.             "Page": 1,
  3195.             "Justify": 2,
  3196.             "EditLeft": 512,
  3197.             "EditTop": 928,
  3198.             "EditWidth": 43,
  3199.             "EditHeight": 13,
  3200.             "NumberOfLines": 1,
  3201.             "DefaultFont": "Tahoma,8,0,0",
  3202.             "DefPrecision": 0,
  3203.             "AutoCalc": 0
  3204.         },
  3205.         {
  3206.             "KeyWord": "RMSLv1Area",
  3207.             "FieldIndex": 209,
  3208.             "TypeOfField": 0,
  3209.             "CheckBox": 0,
  3210.             "Page": 1,
  3211.             "Justify": 2,
  3212.             "EditLeft": 558,
  3213.             "EditTop": 928,
  3214.             "EditWidth": 57,
  3215.             "EditHeight": 13,
  3216.             "NumberOfLines": 1,
  3217.             "DefaultFont": "Tahoma,8,0,0",
  3218.             "DefPrecision": 0,
  3219.             "AutoCalc": 0,
  3220.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.RMSLv1Area\"),\r\naffects \"URAR0693.RMSAGSqFtGLA\" is\r\nbegin\r\n\tURAR0693.RMSLv1Area = GetArea(\"LevelOneArea\");\r\nend;\r\n",
  3221.             "Dependencies": "238",
  3222.             "Updates": "209"
  3223.         },
  3224.         {
  3225.             "KeyWord": "RMSLv2Foyer",
  3226.             "FieldIndex": 210,
  3227.             "TypeOfField": 0,
  3228.             "CheckBox": 0,
  3229.             "Page": 1,
  3230.             "Justify": 2,
  3231.             "EditLeft": 47,
  3232.             "EditTop": 943,
  3233.             "EditWidth": 43,
  3234.             "EditHeight": 13,
  3235.             "NumberOfLines": 1,
  3236.             "DefaultFont": "Tahoma,8,0,0",
  3237.             "DefPrecision": 0,
  3238.             "AutoCalc": 0
  3239.         },
  3240.         {
  3241.             "KeyWord": "RMSLv2Living",
  3242.             "FieldIndex": 211,
  3243.             "TypeOfField": 0,
  3244.             "CheckBox": 0,
  3245.             "Page": 1,
  3246.             "Justify": 2,
  3247.             "EditLeft": 93,
  3248.             "EditTop": 943,
  3249.             "EditWidth": 44,
  3250.             "EditHeight": 13,
  3251.             "NumberOfLines": 1,
  3252.             "DefaultFont": "Tahoma,8,0,0",
  3253.             "DefPrecision": 0,
  3254.             "AutoCalc": 0,
  3255.             "Dependencies": "-235"
  3256.         },
  3257.         {
  3258.             "KeyWord": "RMSLv2Dining",
  3259.             "FieldIndex": 212,
  3260.             "TypeOfField": 0,
  3261.             "CheckBox": 0,
  3262.             "Page": 1,
  3263.             "Justify": 2,
  3264.             "EditLeft": 140,
  3265.             "EditTop": 943,
  3266.             "EditWidth": 43,
  3267.             "EditHeight": 13,
  3268.             "NumberOfLines": 1,
  3269.             "DefaultFont": "Tahoma,8,0,0",
  3270.             "DefPrecision": 0,
  3271.             "AutoCalc": 0,
  3272.             "Dependencies": "-235"
  3273.         },
  3274.         {
  3275.             "KeyWord": "RMSLv2Kitchen",
  3276.             "FieldIndex": 213,
  3277.             "TypeOfField": 0,
  3278.             "CheckBox": 0,
  3279.             "Page": 1,
  3280.             "Justify": 2,
  3281.             "EditLeft": 186,
  3282.             "EditTop": 943,
  3283.             "EditWidth": 44,
  3284.             "EditHeight": 13,
  3285.             "NumberOfLines": 1,
  3286.             "DefaultFont": "Tahoma,8,0,0",
  3287.             "DefPrecision": 0,
  3288.             "AutoCalc": 0,
  3289.             "Dependencies": "-235"
  3290.         },
  3291.         {
  3292.             "KeyWord": "RMSLv2Den",
  3293.             "FieldIndex": 214,
  3294.             "TypeOfField": 0,
  3295.             "CheckBox": 0,
  3296.             "Page": 1,
  3297.             "Justify": 2,
  3298.             "EditLeft": 233,
  3299.             "EditTop": 943,
  3300.             "EditWidth": 43,
  3301.             "EditHeight": 13,
  3302.             "NumberOfLines": 1,
  3303.             "DefaultFont": "Tahoma,8,0,0",
  3304.             "DefPrecision": 0,
  3305.             "AutoCalc": 0,
  3306.             "Dependencies": "-235"
  3307.         },
  3308.         {
  3309.             "KeyWord": "RMSLv2FamilyRm",
  3310.             "FieldIndex": 215,
  3311.             "TypeOfField": 0,
  3312.             "CheckBox": 0,
  3313.             "Page": 1,
  3314.             "Justify": 2,
  3315.             "EditLeft": 279,
  3316.             "EditTop": 943,
  3317.             "EditWidth": 44,
  3318.             "EditHeight": 13,
  3319.             "NumberOfLines": 1,
  3320.             "DefaultFont": "Tahoma,8,0,0",
  3321.             "DefPrecision": 0,
  3322.             "AutoCalc": 0,
  3323.             "Dependencies": "-235"
  3324.         },
  3325.         {
  3326.             "KeyWord": "RMSLv2RecRm",
  3327.             "FieldIndex": 216,
  3328.             "TypeOfField": 0,
  3329.             "CheckBox": 0,
  3330.             "Page": 1,
  3331.             "Justify": 2,
  3332.             "EditLeft": 326,
  3333.             "EditTop": 943,
  3334.             "EditWidth": 43,
  3335.             "EditHeight": 13,
  3336.             "NumberOfLines": 1,
  3337.             "DefaultFont": "Tahoma,8,0,0",
  3338.             "DefPrecision": 0,
  3339.             "AutoCalc": 0,
  3340.             "Dependencies": "-235"
  3341.         },
  3342.         {
  3343.             "KeyWord": "RMSLv2Bedrooms",
  3344.             "FieldIndex": 217,
  3345.             "TypeOfField": 0,
  3346.             "CheckBox": 0,
  3347.             "Page": 1,
  3348.             "Justify": 2,
  3349.             "EditLeft": 372,
  3350.             "EditTop": 943,
  3351.             "EditWidth": 44,
  3352.             "EditHeight": 13,
  3353.             "NumberOfLines": 1,
  3354.             "DefaultFont": "Tahoma,8,0,0",
  3355.             "DefPrecision": 0,
  3356.             "AutoCalc": 0,
  3357.             "Dependencies": "-235,-236"
  3358.         },
  3359.         {
  3360.             "KeyWord": "RMSLv2Baths",
  3361.             "FieldIndex": 218,
  3362.             "TypeOfField": 0,
  3363.             "CheckBox": 0,
  3364.             "Page": 1,
  3365.             "Justify": 2,
  3366.             "EditLeft": 419,
  3367.             "EditTop": 943,
  3368.             "EditWidth": 43,
  3369.             "EditHeight": 13,
  3370.             "NumberOfLines": 1,
  3371.             "DefaultFont": "Tahoma,8,0,0",
  3372.             "DefPrecision": 2,
  3373.             "AutoCalc": 0,
  3374.             "Dependencies": "-237"
  3375.         },
  3376.         {
  3377.             "KeyWord": "RMSLv2Laundry",
  3378.             "FieldIndex": 219,
  3379.             "TypeOfField": 0,
  3380.             "CheckBox": 0,
  3381.             "Page": 1,
  3382.             "Justify": 2,
  3383.             "EditLeft": 465,
  3384.             "EditTop": 943,
  3385.             "EditWidth": 44,
  3386.             "EditHeight": 13,
  3387.             "NumberOfLines": 1,
  3388.             "DefaultFont": "Tahoma,8,0,0",
  3389.             "DefPrecision": 0,
  3390.             "AutoCalc": 0
  3391.         },
  3392.         {
  3393.             "KeyWord": "RMSLv2Other",
  3394.             "FieldIndex": 220,
  3395.             "TypeOfField": 0,
  3396.             "CheckBox": 0,
  3397.             "Page": 1,
  3398.             "Justify": 2,
  3399.             "EditLeft": 512,
  3400.             "EditTop": 943,
  3401.             "EditWidth": 43,
  3402.             "EditHeight": 13,
  3403.             "NumberOfLines": 1,
  3404.             "DefaultFont": "Tahoma,8,0,0",
  3405.             "DefPrecision": 0,
  3406.             "AutoCalc": 0
  3407.         },
  3408.         {
  3409.             "KeyWord": "RMSLv2Area",
  3410.             "FieldIndex": 221,
  3411.             "TypeOfField": 0,
  3412.             "CheckBox": 0,
  3413.             "Page": 1,
  3414.             "Justify": 2,
  3415.             "EditLeft": 558,
  3416.             "EditTop": 943,
  3417.             "EditWidth": 57,
  3418.             "EditHeight": 13,
  3419.             "NumberOfLines": 1,
  3420.             "DefaultFont": "Tahoma,8,0,0",
  3421.             "DefPrecision": 0,
  3422.             "AutoCalc": 0,
  3423.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.RMSLv2Area\"),\r\naffects \"URAR0693.RMSAGSqFtGLA\" is\r\nbegin\r\n\tURAR0693.RMSLv2Area = GetArea(\"LevelTwoArea\");\r\nend;\r\n",
  3424.             "Dependencies": "238",
  3425.             "Updates": "221"
  3426.         },
  3427.         {
  3428.             "KeyWord": "RMSOthFoyer",
  3429.             "FieldIndex": 223,
  3430.             "TypeOfField": 0,
  3431.             "CheckBox": 0,
  3432.             "Page": 1,
  3433.             "Justify": 2,
  3434.             "EditLeft": 47,
  3435.             "EditTop": 958,
  3436.             "EditWidth": 43,
  3437.             "EditHeight": 13,
  3438.             "NumberOfLines": 1,
  3439.             "DefaultFont": "Tahoma,8,0,0",
  3440.             "DefPrecision": 0,
  3441.             "AutoCalc": 0
  3442.         },
  3443.         {
  3444.             "KeyWord": "RMSOthLiving",
  3445.             "FieldIndex": 224,
  3446.             "TypeOfField": 0,
  3447.             "CheckBox": 0,
  3448.             "Page": 1,
  3449.             "Justify": 2,
  3450.             "EditLeft": 93,
  3451.             "EditTop": 958,
  3452.             "EditWidth": 44,
  3453.             "EditHeight": 13,
  3454.             "NumberOfLines": 1,
  3455.             "DefaultFont": "Tahoma,8,0,0",
  3456.             "DefPrecision": 0,
  3457.             "AutoCalc": 0,
  3458.             "Dependencies": "-235"
  3459.         },
  3460.         {
  3461.             "KeyWord": "RMSOthDining",
  3462.             "FieldIndex": 225,
  3463.             "TypeOfField": 0,
  3464.             "CheckBox": 0,
  3465.             "Page": 1,
  3466.             "Justify": 2,
  3467.             "EditLeft": 140,
  3468.             "EditTop": 958,
  3469.             "EditWidth": 43,
  3470.             "EditHeight": 13,
  3471.             "NumberOfLines": 1,
  3472.             "DefaultFont": "Tahoma,8,0,0",
  3473.             "DefPrecision": 0,
  3474.             "AutoCalc": 0,
  3475.             "Dependencies": "-235"
  3476.         },
  3477.         {
  3478.             "KeyWord": "RMSOthKitchen",
  3479.             "FieldIndex": 226,
  3480.             "TypeOfField": 0,
  3481.             "CheckBox": 0,
  3482.             "Page": 1,
  3483.             "Justify": 2,
  3484.             "EditLeft": 186,
  3485.             "EditTop": 958,
  3486.             "EditWidth": 44,
  3487.             "EditHeight": 13,
  3488.             "NumberOfLines": 1,
  3489.             "DefaultFont": "Tahoma,8,0,0",
  3490.             "DefPrecision": 0,
  3491.             "AutoCalc": 0,
  3492.             "Dependencies": "-235"
  3493.         },
  3494.         {
  3495.             "KeyWord": "RMSOthDen",
  3496.             "FieldIndex": 227,
  3497.             "TypeOfField": 0,
  3498.             "CheckBox": 0,
  3499.             "Page": 1,
  3500.             "Justify": 2,
  3501.             "EditLeft": 233,
  3502.             "EditTop": 958,
  3503.             "EditWidth": 43,
  3504.             "EditHeight": 13,
  3505.             "NumberOfLines": 1,
  3506.             "DefaultFont": "Tahoma,8,0,0",
  3507.             "DefPrecision": 0,
  3508.             "AutoCalc": 0,
  3509.             "Dependencies": "-235"
  3510.         },
  3511.         {
  3512.             "KeyWord": "RMSOthFamilyRm",
  3513.             "FieldIndex": 228,
  3514.             "TypeOfField": 0,
  3515.             "CheckBox": 0,
  3516.             "Page": 1,
  3517.             "Justify": 2,
  3518.             "EditLeft": 279,
  3519.             "EditTop": 958,
  3520.             "EditWidth": 44,
  3521.             "EditHeight": 13,
  3522.             "NumberOfLines": 1,
  3523.             "DefaultFont": "Tahoma,8,0,0",
  3524.             "DefPrecision": 0,
  3525.             "AutoCalc": 0,
  3526.             "Dependencies": "-235"
  3527.         },
  3528.         {
  3529.             "KeyWord": "RMSOthRecRm",
  3530.             "FieldIndex": 229,
  3531.             "TypeOfField": 0,
  3532.             "CheckBox": 0,
  3533.             "Page": 1,
  3534.             "Justify": 2,
  3535.             "EditLeft": 326,
  3536.             "EditTop": 958,
  3537.             "EditWidth": 43,
  3538.             "EditHeight": 13,
  3539.             "NumberOfLines": 1,
  3540.             "DefaultFont": "Tahoma,8,0,0",
  3541.             "DefPrecision": 0,
  3542.             "AutoCalc": 0,
  3543.             "Dependencies": "-235"
  3544.         },
  3545.         {
  3546.             "KeyWord": "RMSOthBedrooms",
  3547.             "FieldIndex": 230,
  3548.             "TypeOfField": 0,
  3549.             "CheckBox": 0,
  3550.             "Page": 1,
  3551.             "Justify": 2,
  3552.             "EditLeft": 372,
  3553.             "EditTop": 958,
  3554.             "EditWidth": 44,
  3555.             "EditHeight": 13,
  3556.             "NumberOfLines": 1,
  3557.             "DefaultFont": "Tahoma,8,0,0",
  3558.             "DefPrecision": 0,
  3559.             "AutoCalc": 0,
  3560.             "Dependencies": "-235,-236"
  3561.         },
  3562.         {
  3563.             "KeyWord": "RMSOthBaths",
  3564.             "FieldIndex": 231,
  3565.             "TypeOfField": 0,
  3566.             "CheckBox": 0,
  3567.             "Page": 1,
  3568.             "Justify": 2,
  3569.             "EditLeft": 419,
  3570.             "EditTop": 958,
  3571.             "EditWidth": 43,
  3572.             "EditHeight": 13,
  3573.             "NumberOfLines": 1,
  3574.             "DefaultFont": "Tahoma,8,0,0",
  3575.             "DefPrecision": 2,
  3576.             "AutoCalc": 0,
  3577.             "Dependencies": "-237"
  3578.         },
  3579.         {
  3580.             "KeyWord": "RMSOthLaundry",
  3581.             "FieldIndex": 232,
  3582.             "TypeOfField": 0,
  3583.             "CheckBox": 0,
  3584.             "Page": 1,
  3585.             "Justify": 2,
  3586.             "EditLeft": 465,
  3587.             "EditTop": 958,
  3588.             "EditWidth": 44,
  3589.             "EditHeight": 13,
  3590.             "NumberOfLines": 1,
  3591.             "DefaultFont": "Tahoma,8,0,0",
  3592.             "DefPrecision": 0,
  3593.             "AutoCalc": 0
  3594.         },
  3595.         {
  3596.             "KeyWord": "RMSOthOther",
  3597.             "FieldIndex": 233,
  3598.             "TypeOfField": 0,
  3599.             "CheckBox": 0,
  3600.             "Page": 1,
  3601.             "Justify": 2,
  3602.             "EditLeft": 512,
  3603.             "EditTop": 958,
  3604.             "EditWidth": 43,
  3605.             "EditHeight": 13,
  3606.             "NumberOfLines": 1,
  3607.             "DefaultFont": "Tahoma,8,0,0",
  3608.             "DefPrecision": 0,
  3609.             "AutoCalc": 0
  3610.         },
  3611.         {
  3612.             "KeyWord": "RMSOthArea",
  3613.             "FieldIndex": 234,
  3614.             "TypeOfField": 0,
  3615.             "CheckBox": 0,
  3616.             "Page": 1,
  3617.             "Justify": 2,
  3618.             "EditLeft": 558,
  3619.             "EditTop": 958,
  3620.             "EditWidth": 57,
  3621.             "EditHeight": 13,
  3622.             "NumberOfLines": 1,
  3623.             "DefaultFont": "Tahoma,8,0,0",
  3624.             "DefPrecision": 0,
  3625.             "AutoCalc": 0,
  3626.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.RMSOthArea\"),\r\naffects \"URAR0693.RMSAGSqFtGLA\" is\r\nbegin\r\n\tURAR0693.RMSOthArea = GetArea(\"OtherAreas\");\r\nend;\r\n",
  3627.             "Dependencies": "238",
  3628.             "Updates": "234"
  3629.         },
  3630.         {
  3631.             "KeyWord": "RMSAGTotRooms",
  3632.             "FieldIndex": 235,
  3633.             "TypeOfField": 0,
  3634.             "CheckBox": 0,
  3635.             "Page": 1,
  3636.             "Justify": 2,
  3637.             "EditLeft": 161,
  3638.             "EditTop": 974,
  3639.             "EditWidth": 39,
  3640.             "EditHeight": 13,
  3641.             "NumberOfLines": 1,
  3642.             "DefaultFont": "Tahoma,8,0,0",
  3643.             "DefPrecision": 0,
  3644.             "AutoCalc": 0,
  3645.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUTotRooms\" is\r\nbegin\r\n\tinteger t1, t2, t3;\r\n\r\n\tt1= atoi(URAR0693.RMSLv1Living) + atoi(URAR0693.RMSLv1Dining) + \r\n\t\tatoi(URAR0693.RMSLv1Kitchen) + atoi(URAR0693.RMSLv1Den) + \r\n\t\tatoi(URAR0693.RMSLv1FamilyRm) + atoi(URAR0693.RMSLv1RecRm) + \r\n\t\tatoi(URAR0693.RMSLv1Bedrooms);\r\n\r\n\tt2= atoi(URAR0693.RMSLv2Living) + atoi(URAR0693.RMSLv2Dining) + \r\n\t\tatoi(URAR0693.RMSLv2Kitchen) + atoi(URAR0693.RMSLv2Den) + \r\n\t\tatoi(URAR0693.RMSLv2FamilyRm) + atoi(URAR0693.RMSLv2RecRm) + \r\n\t\tatoi(URAR0693.RMSLv2Bedrooms);\r\n\r\n\tt3= atoi(URAR0693.RMSOthLiving) + atoi(URAR0693.RMSOthDining) + \r\n\t\tatoi(URAR0693.RMSOthKitchen) + atoi(URAR0693.RMSOthDen) + \r\n\t\tatoi(URAR0693.RMSOthFamilyRm) + atoi(URAR0693.RMSOthRecRm) + \r\n\t\tatoi(URAR0693.RMSOthBedrooms);\r\n\r\n\tURAR0693.RMSAGTotRooms = ToString(t1 + t2 + t3);\r\n\r\n\tif !Changed(\"URAR0693.GSUTotRooms\") then\r\n\t\tURAR0693.GSUTotRooms = URAR0693.RMSAGTotRooms;\r\nend;\r\n",
  3646.             "Dependencies": "343",
  3647.             "Updates": "235,343"
  3648.         },
  3649.         {
  3650.             "KeyWord": "RMSAGTotBedrooms",
  3651.             "FieldIndex": 236,
  3652.             "TypeOfField": 0,
  3653.             "CheckBox": 0,
  3654.             "Page": 1,
  3655.             "Justify": 2,
  3656.             "EditLeft": 233,
  3657.             "EditTop": 974,
  3658.             "EditWidth": 42,
  3659.             "EditHeight": 13,
  3660.             "NumberOfLines": 1,
  3661.             "DefaultFont": "Tahoma,8,0,0",
  3662.             "DefPrecision": 0,
  3663.             "AutoCalc": 0,
  3664.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUBedRooms\" is\r\nbegin\r\n\tinteger i;\r\n\ti = atoi(URAR0693.RMSLv1Bedrooms) +\tatoi(URAR0693.RMSLv2Bedrooms) +\r\n\t\tatoi(URAR0693.RMSOthBedrooms);\r\n\tURAR0693.RMSAGTotBedrooms = ToString(i);\r\n\r\n\tif !Changed(\"URAR0693.GSUBedRooms\") then\r\n\t\tURAR0693.GSUBedRooms = URAR0693.RMSAGTotBedrooms;\r\nend;\r\n",
  3665.             "Dependencies": "344",
  3666.             "Updates": "236,344"
  3667.         },
  3668.         {
  3669.             "KeyWord": "RMSAGTotBaths",
  3670.             "FieldIndex": 237,
  3671.             "TypeOfField": 0,
  3672.             "CheckBox": 0,
  3673.             "Page": 1,
  3674.             "Justify": 2,
  3675.             "EditLeft": 329,
  3676.             "EditTop": 974,
  3677.             "EditWidth": 50,
  3678.             "EditHeight": 13,
  3679.             "NumberOfLines": 1,
  3680.             "DefaultFont": "Tahoma,8,0,0",
  3681.             "DefPrecision": 2,
  3682.             "AutoCalc": 0,
  3683.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUBaths\" is\r\nbegin\r\n\tfloat f;\r\n\tf = atof(urar0693.RMSLv1Baths) + atof(urar0693.RMSLv2Baths) +\r\n\t\tatof(urar0693.RMSOthBaths);\r\n\turar0693.RMSAGTotBaths = ToString(f, 5);\r\n\r\n\tif !Changed(\"URAR0693.GSUBaths\") then\r\n\t\tURAR0693.GSUBaths = URAR0693.RMSAGTotBaths;\r\nend;\r\n",
  3684.             "Dependencies": "345",
  3685.             "Updates": "237,345"
  3686.         },
  3687.         {
  3688.             "KeyWord": "INTFloors",
  3689.             "FieldIndex": 239,
  3690.             "TypeOfField": 0,
  3691.             "CheckBox": 0,
  3692.             "Page": 1,
  3693.             "Justify": 0,
  3694.             "EditLeft": 71,
  3695.             "EditTop": 1007,
  3696.             "EditWidth": 89,
  3697.             "EditHeight": 13,
  3698.             "NumberOfLines": 1,
  3699.             "DefaultFont": "Tahoma,8,0,0",
  3700.             "DefPrecision": -1,
  3701.             "AutoCalc": 0
  3702.         },
  3703.         {
  3704.             "KeyWord": "INTWalls",
  3705.             "FieldIndex": 240,
  3706.             "TypeOfField": 0,
  3707.             "CheckBox": 0,
  3708.             "Page": 1,
  3709.             "Justify": 0,
  3710.             "EditLeft": 71,
  3711.             "EditTop": 1022,
  3712.             "EditWidth": 89,
  3713.             "EditHeight": 13,
  3714.             "NumberOfLines": 1,
  3715.             "DefaultFont": "Tahoma,8,0,0",
  3716.             "DefPrecision": -1,
  3717.             "AutoCalc": 0
  3718.         },
  3719.         {
  3720.             "KeyWord": "INTTrim",
  3721.             "FieldIndex": 241,
  3722.             "TypeOfField": 0,
  3723.             "CheckBox": 0,
  3724.             "Page": 1,
  3725.             "Justify": 0,
  3726.             "EditLeft": 71,
  3727.             "EditTop": 1037,
  3728.             "EditWidth": 89,
  3729.             "EditHeight": 13,
  3730.             "NumberOfLines": 1,
  3731.             "DefaultFont": "Tahoma,8,0,0",
  3732.             "DefPrecision": -1,
  3733.             "AutoCalc": 0
  3734.         },
  3735.         {
  3736.             "KeyWord": "INTBathFloor",
  3737.             "FieldIndex": 242,
  3738.             "TypeOfField": 0,
  3739.             "CheckBox": 0,
  3740.             "Page": 1,
  3741.             "Justify": 0,
  3742.             "EditLeft": 71,
  3743.             "EditTop": 1052,
  3744.             "EditWidth": 89,
  3745.             "EditHeight": 13,
  3746.             "NumberOfLines": 1,
  3747.             "DefaultFont": "Tahoma,8,0,0",
  3748.             "DefPrecision": -1,
  3749.             "AutoCalc": 0
  3750.         },
  3751.         {
  3752.             "KeyWord": "INTBathWainscot",
  3753.             "FieldIndex": 243,
  3754.             "TypeOfField": 0,
  3755.             "CheckBox": 0,
  3756.             "Page": 1,
  3757.             "Justify": 0,
  3758.             "EditLeft": 71,
  3759.             "EditTop": 1067,
  3760.             "EditWidth": 89,
  3761.             "EditHeight": 13,
  3762.             "NumberOfLines": 1,
  3763.             "DefaultFont": "Tahoma,8,0,0",
  3764.             "DefPrecision": -1,
  3765.             "AutoCalc": 0
  3766.         },
  3767.         {
  3768.             "KeyWord": "INTDoors",
  3769.             "FieldIndex": 244,
  3770.             "TypeOfField": 0,
  3771.             "CheckBox": 0,
  3772.             "Page": 1,
  3773.             "Justify": 0,
  3774.             "EditLeft": 71,
  3775.             "EditTop": 1082,
  3776.             "EditWidth": 89,
  3777.             "EditHeight": 13,
  3778.             "NumberOfLines": 1,
  3779.             "DefaultFont": "Tahoma,8,0,0",
  3780.             "DefPrecision": -1,
  3781.             "AutoCalc": 0
  3782.         },
  3783.         {
  3784.             "KeyWord": "INTOther_Text",
  3785.             "FieldIndex": 245,
  3786.             "TypeOfField": 0,
  3787.             "CheckBox": 0,
  3788.             "Page": 1,
  3789.             "Justify": 0,
  3790.             "EditLeft": 13,
  3791.             "EditTop": 1097,
  3792.             "EditWidth": 147,
  3793.             "EditHeight": 13,
  3794.             "NumberOfLines": 1,
  3795.             "DefaultFont": "Tahoma,8,0,0",
  3796.             "DefPrecision": -1,
  3797.             "AutoCalc": 0
  3798.         },
  3799.         {
  3800.             "KeyWord": "HACHeatType",
  3801.             "FieldIndex": 246,
  3802.             "TypeOfField": 0,
  3803.             "CheckBox": 0,
  3804.             "Page": 1,
  3805.             "Justify": 0,
  3806.             "EditLeft": 202,
  3807.             "EditTop": 1007,
  3808.             "EditWidth": 55,
  3809.             "EditHeight": 13,
  3810.             "NumberOfLines": 1,
  3811.             "DefaultFont": "Tahoma,8,0,0",
  3812.             "DefPrecision": -1,
  3813.             "AutoCalc": 0,
  3814.             "Dependencies": "-350"
  3815.         },
  3816.         {
  3817.             "KeyWord": "HACHeatFuel",
  3818.             "FieldIndex": 247,
  3819.             "TypeOfField": 0,
  3820.             "CheckBox": 0,
  3821.             "Page": 1,
  3822.             "Justify": 0,
  3823.             "EditLeft": 202,
  3824.             "EditTop": 1022,
  3825.             "EditWidth": 55,
  3826.             "EditHeight": 13,
  3827.             "NumberOfLines": 1,
  3828.             "DefaultFont": "Tahoma,8,0,0",
  3829.             "DefPrecision": -1,
  3830.             "AutoCalc": 0
  3831.         },
  3832.         {
  3833.             "KeyWord": "HACHeatCondition",
  3834.             "FieldIndex": 248,
  3835.             "TypeOfField": 0,
  3836.             "CheckBox": 0,
  3837.             "Page": 1,
  3838.             "Justify": 0,
  3839.             "EditLeft": 202,
  3840.             "EditTop": 1037,
  3841.             "EditWidth": 55,
  3842.             "EditHeight": 13,
  3843.             "NumberOfLines": 1,
  3844.             "DefaultFont": "Tahoma,8,0,0",
  3845.             "DefPrecision": -1,
  3846.             "AutoCalc": 0
  3847.         },
  3848.         {
  3849.             "KeyWord": "HACCoolCentral",
  3850.             "FieldIndex": 249,
  3851.             "TypeOfField": 0,
  3852.             "CheckBox": 0,
  3853.             "Page": 1,
  3854.             "Justify": 0,
  3855.             "EditLeft": 202,
  3856.             "EditTop": 1067,
  3857.             "EditWidth": 55,
  3858.             "EditHeight": 13,
  3859.             "NumberOfLines": 1,
  3860.             "DefaultFont": "Tahoma,8,0,0",
  3861.             "DefPrecision": -1,
  3862.             "AutoCalc": 0,
  3863.             "Dependencies": "-350"
  3864.         },
  3865.         {
  3866.             "KeyWord": "HACCoolOther",
  3867.             "FieldIndex": 250,
  3868.             "TypeOfField": 0,
  3869.             "CheckBox": 0,
  3870.             "Page": 1,
  3871.             "Justify": 0,
  3872.             "EditLeft": 202,
  3873.             "EditTop": 1082,
  3874.             "EditWidth": 55,
  3875.             "EditHeight": 13,
  3876.             "NumberOfLines": 1,
  3877.             "DefaultFont": "Tahoma,8,0,0",
  3878.             "DefPrecision": -1,
  3879.             "AutoCalc": 0,
  3880.             "Dependencies": "-350"
  3881.         },
  3882.         {
  3883.             "KeyWord": "HACCoolCondition",
  3884.             "FieldIndex": 251,
  3885.             "TypeOfField": 0,
  3886.             "CheckBox": 0,
  3887.             "Page": 1,
  3888.             "Justify": 0,
  3889.             "EditLeft": 202,
  3890.             "EditTop": 1097,
  3891.             "EditWidth": 55,
  3892.             "EditHeight": 13,
  3893.             "NumberOfLines": 1,
  3894.             "DefaultFont": "Tahoma,8,0,0",
  3895.             "DefPrecision": -1,
  3896.             "AutoCalc": 0
  3897.         },
  3898.         {
  3899.             "KeyWord": "KITRefrigerator",
  3900.             "FieldIndex": 252,
  3901.             "TypeOfField": 1,
  3902.             "CheckBox": 1,
  3903.             "Page": 1,
  3904.             "Justify": 0,
  3905.             "EditLeft": 322,
  3906.             "EditTop": 1002,
  3907.             "EditWidth": 12,
  3908.             "EditHeight": 13,
  3909.             "NumberOfLines": 1,
  3910.             "DefPrecision": -1,
  3911.             "AutoCalc": 0
  3912.         },
  3913.         {
  3914.             "KeyWord": "KITRange",
  3915.             "FieldIndex": 253,
  3916.             "TypeOfField": 1,
  3917.             "CheckBox": 1,
  3918.             "Page": 1,
  3919.             "Justify": 0,
  3920.             "EditLeft": 322,
  3921.             "EditTop": 1017,
  3922.             "EditWidth": 12,
  3923.             "EditHeight": 13,
  3924.             "NumberOfLines": 1,
  3925.             "DefPrecision": -1,
  3926.             "AutoCalc": 0
  3927.         },
  3928.         {
  3929.             "KeyWord": "KITDisposal",
  3930.             "FieldIndex": 254,
  3931.             "TypeOfField": 1,
  3932.             "CheckBox": 1,
  3933.             "Page": 1,
  3934.             "Justify": 0,
  3935.             "EditLeft": 322,
  3936.             "EditTop": 1033,
  3937.             "EditWidth": 12,
  3938.             "EditHeight": 13,
  3939.             "NumberOfLines": 1,
  3940.             "DefPrecision": -1,
  3941.             "AutoCalc": 0
  3942.         },
  3943.         {
  3944.             "KeyWord": "KITDishwasher",
  3945.             "FieldIndex": 255,
  3946.             "TypeOfField": 1,
  3947.             "CheckBox": 1,
  3948.             "Page": 1,
  3949.             "Justify": 0,
  3950.             "EditLeft": 322,
  3951.             "EditTop": 1048,
  3952.             "EditWidth": 12,
  3953.             "EditHeight": 13,
  3954.             "NumberOfLines": 1,
  3955.             "DefPrecision": -1,
  3956.             "AutoCalc": 0
  3957.         },
  3958.         {
  3959.             "KeyWord": "KITFanHood",
  3960.             "FieldIndex": 256,
  3961.             "TypeOfField": 1,
  3962.             "CheckBox": 1,
  3963.             "Page": 1,
  3964.             "Justify": 0,
  3965.             "EditLeft": 322,
  3966.             "EditTop": 1064,
  3967.             "EditWidth": 12,
  3968.             "EditHeight": 13,
  3969.             "NumberOfLines": 1,
  3970.             "DefPrecision": -1,
  3971.             "AutoCalc": 0
  3972.         },
  3973.         {
  3974.             "KeyWord": "KITMicrowave",
  3975.             "FieldIndex": 257,
  3976.             "TypeOfField": 1,
  3977.             "CheckBox": 1,
  3978.             "Page": 1,
  3979.             "Justify": 0,
  3980.             "EditLeft": 322,
  3981.             "EditTop": 1079,
  3982.             "EditWidth": 12,
  3983.             "EditHeight": 13,
  3984.             "NumberOfLines": 1,
  3985.             "DefPrecision": -1,
  3986.             "AutoCalc": 0
  3987.         },
  3988.         {
  3989.             "KeyWord": "KITWasherDryer",
  3990.             "FieldIndex": 258,
  3991.             "TypeOfField": 1,
  3992.             "CheckBox": 1,
  3993.             "Page": 1,
  3994.             "Justify": 0,
  3995.             "EditLeft": 322,
  3996.             "EditTop": 1095,
  3997.             "EditWidth": 12,
  3998.             "EditHeight": 13,
  3999.             "NumberOfLines": 1,
  4000.             "DefPrecision": -1,
  4001.             "AutoCalc": 0
  4002.         },
  4003.         {
  4004.             "KeyWord": "ATTNone",
  4005.             "FieldIndex": 259,
  4006.             "TypeOfField": 1,
  4007.             "CheckBox": 1,
  4008.             "Page": 1,
  4009.             "Justify": 0,
  4010.             "EditLeft": 388,
  4011.             "EditTop": 1002,
  4012.             "EditWidth": 12,
  4013.             "EditHeight": 13,
  4014.             "NumberOfLines": 1,
  4015.             "DefPrecision": -1,
  4016.             "AutoCalc": 0
  4017.         },
  4018.         {
  4019.             "KeyWord": "ATTStairs",
  4020.             "FieldIndex": 260,
  4021.             "TypeOfField": 1,
  4022.             "CheckBox": 1,
  4023.             "Page": 1,
  4024.             "Justify": 0,
  4025.             "EditLeft": 388,
  4026.             "EditTop": 1017,
  4027.             "EditWidth": 12,
  4028.             "EditHeight": 13,
  4029.             "NumberOfLines": 1,
  4030.             "DefPrecision": -1,
  4031.             "AutoCalc": 0
  4032.         },
  4033.         {
  4034.             "KeyWord": "ATTDropStair",
  4035.             "FieldIndex": 261,
  4036.             "TypeOfField": 1,
  4037.             "CheckBox": 1,
  4038.             "Page": 1,
  4039.             "Justify": 0,
  4040.             "EditLeft": 388,
  4041.             "EditTop": 1033,
  4042.             "EditWidth": 12,
  4043.             "EditHeight": 13,
  4044.             "NumberOfLines": 1,
  4045.             "DefPrecision": -1,
  4046.             "AutoCalc": 0
  4047.         },
  4048.         {
  4049.             "KeyWord": "ATTScuttle",
  4050.             "FieldIndex": 262,
  4051.             "TypeOfField": 1,
  4052.             "CheckBox": 1,
  4053.             "Page": 1,
  4054.             "Justify": 0,
  4055.             "EditLeft": 388,
  4056.             "EditTop": 1048,
  4057.             "EditWidth": 12,
  4058.             "EditHeight": 13,
  4059.             "NumberOfLines": 1,
  4060.             "DefPrecision": -1,
  4061.             "AutoCalc": 0
  4062.         },
  4063.         {
  4064.             "KeyWord": "ATTFloor",
  4065.             "FieldIndex": 263,
  4066.             "TypeOfField": 1,
  4067.             "CheckBox": 1,
  4068.             "Page": 1,
  4069.             "Justify": 0,
  4070.             "EditLeft": 388,
  4071.             "EditTop": 1064,
  4072.             "EditWidth": 12,
  4073.             "EditHeight": 13,
  4074.             "NumberOfLines": 1,
  4075.             "DefPrecision": -1,
  4076.             "AutoCalc": 0
  4077.         },
  4078.         {
  4079.             "KeyWord": "ATTHeated",
  4080.             "FieldIndex": 264,
  4081.             "TypeOfField": 1,
  4082.             "CheckBox": 1,
  4083.             "Page": 1,
  4084.             "Justify": 0,
  4085.             "EditLeft": 388,
  4086.             "EditTop": 1079,
  4087.             "EditWidth": 12,
  4088.             "EditHeight": 13,
  4089.             "NumberOfLines": 1,
  4090.             "DefPrecision": -1,
  4091.             "AutoCalc": 0
  4092.         },
  4093.         {
  4094.             "KeyWord": "ATTFinished",
  4095.             "FieldIndex": 265,
  4096.             "TypeOfField": 1,
  4097.             "CheckBox": 1,
  4098.             "Page": 1,
  4099.             "Justify": 0,
  4100.             "EditLeft": 388,
  4101.             "EditTop": 1095,
  4102.             "EditWidth": 12,
  4103.             "EditHeight": 13,
  4104.             "NumberOfLines": 1,
  4105.             "DefPrecision": -1,
  4106.             "AutoCalc": 0
  4107.         },
  4108.         {
  4109.             "KeyWord": "AMNFireplace_Box",
  4110.             "FieldIndex": 267,
  4111.             "TypeOfField": 1,
  4112.             "CheckBox": 1,
  4113.             "Page": 1,
  4114.             "Justify": 0,
  4115.             "EditLeft": 497,
  4116.             "EditTop": 1002,
  4117.             "EditWidth": 12,
  4118.             "EditHeight": 13,
  4119.             "NumberOfLines": 1,
  4120.             "DefPrecision": -1,
  4121.             "AutoCalc": 0,
  4122.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUPorchEtc2\" is\r\nbegin\r\n\tif IsEmpty(URAR0693.AMNFireplace_Box) then\r\n\t\tURAR0693.AMNFireplace = \"\";\r\nend;\r\n",
  4123.             "Dependencies": "354",
  4124.             "Updates": "266"
  4125.         },
  4126.         {
  4127.             "KeyWord": "AMNFireplace",
  4128.             "FieldIndex": 266,
  4129.             "TypeOfField": 0,
  4130.             "CheckBox": 0,
  4131.             "Page": 1,
  4132.             "Justify": 2,
  4133.             "EditLeft": 459,
  4134.             "EditTop": 1002,
  4135.             "EditWidth": 28,
  4136.             "EditHeight": 13,
  4137.             "NumberOfLines": 1,
  4138.             "DefaultFont": "Tahoma,8,0,0",
  4139.             "DefPrecision": -1,
  4140.             "AutoCalc": 0,
  4141.             "Dependencies": "-354"
  4142.         },
  4143.         {
  4144.             "KeyWord": "AMNPatio_Box",
  4145.             "FieldIndex": 269,
  4146.             "TypeOfField": 1,
  4147.             "CheckBox": 1,
  4148.             "Page": 1,
  4149.             "Justify": 0,
  4150.             "EditLeft": 497,
  4151.             "EditTop": 1018,
  4152.             "EditWidth": 12,
  4153.             "EditHeight": 13,
  4154.             "NumberOfLines": 1,
  4155.             "DefPrecision": -1,
  4156.             "AutoCalc": 0,
  4157.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUPorchEtc1\" is\r\nbegin\r\n\tif IsEmpty(URAR0693.AMNPatio_Box) then\r\n\t\tURAR0693.AMNPatio = \"\";\r\nend;\r\n",
  4158.             "Dependencies": "353",
  4159.             "Updates": "268"
  4160.         },
  4161.         {
  4162.             "KeyWord": "AMNPatio",
  4163.             "FieldIndex": 268,
  4164.             "TypeOfField": 0,
  4165.             "CheckBox": 0,
  4166.             "Page": 1,
  4167.             "Justify": 0,
  4168.             "EditLeft": 431,
  4169.             "EditTop": 1017,
  4170.             "EditWidth": 56,
  4171.             "EditHeight": 13,
  4172.             "NumberOfLines": 1,
  4173.             "DefaultFont": "Tahoma,8,0,0",
  4174.             "DefPrecision": -1,
  4175.             "AutoCalc": 0
  4176.         },
  4177.         {
  4178.             "KeyWord": "AMNDeck_Box",
  4179.             "FieldIndex": 271,
  4180.             "TypeOfField": 1,
  4181.             "CheckBox": 1,
  4182.             "Page": 1,
  4183.             "Justify": 0,
  4184.             "EditLeft": 497,
  4185.             "EditTop": 1033,
  4186.             "EditWidth": 12,
  4187.             "EditHeight": 13,
  4188.             "NumberOfLines": 1,
  4189.             "DefPrecision": -1,
  4190.             "AutoCalc": 0,
  4191.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUPorchEtc1\" is\r\nbegin\r\n\tif IsEmpty(URAR0693.AMNDeck_Box) then\r\n\t\tURAR0693.AMNDeck = \"\";\r\nend;\r\n",
  4192.             "Dependencies": "353",
  4193.             "Updates": "270"
  4194.         },
  4195.         {
  4196.             "KeyWord": "AMNDeck",
  4197.             "FieldIndex": 270,
  4198.             "TypeOfField": 0,
  4199.             "CheckBox": 0,
  4200.             "Page": 1,
  4201.             "Justify": 0,
  4202.             "EditLeft": 431,
  4203.             "EditTop": 1032,
  4204.             "EditWidth": 56,
  4205.             "EditHeight": 13,
  4206.             "NumberOfLines": 1,
  4207.             "DefaultFont": "Tahoma,8,0,0",
  4208.             "DefPrecision": -1,
  4209.             "AutoCalc": 0
  4210.         },
  4211.         {
  4212.             "KeyWord": "AMNPorch_Box",
  4213.             "FieldIndex": 273,
  4214.             "TypeOfField": 1,
  4215.             "CheckBox": 1,
  4216.             "Page": 1,
  4217.             "Justify": 0,
  4218.             "EditLeft": 497,
  4219.             "EditTop": 1049,
  4220.             "EditWidth": 12,
  4221.             "EditHeight": 13,
  4222.             "NumberOfLines": 1,
  4223.             "DefPrecision": -1,
  4224.             "AutoCalc": 0,
  4225.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUPorchEtc1\" is\r\nbegin\r\n\tif IsEmpty(urar0693.AMNPorch_Box) then\r\n\t\turar0693.AMNPorch = \"\";\r\nend;\r\n",
  4226.             "Dependencies": "353",
  4227.             "Updates": "272"
  4228.         },
  4229.         {
  4230.             "KeyWord": "AMNPorch",
  4231.             "FieldIndex": 272,
  4232.             "TypeOfField": 0,
  4233.             "CheckBox": 0,
  4234.             "Page": 1,
  4235.             "Justify": 0,
  4236.             "EditLeft": 431,
  4237.             "EditTop": 1047,
  4238.             "EditWidth": 56,
  4239.             "EditHeight": 13,
  4240.             "NumberOfLines": 1,
  4241.             "DefaultFont": "Tahoma,8,0,0",
  4242.             "DefPrecision": -1,
  4243.             "AutoCalc": 0
  4244.         },
  4245.         {
  4246.             "KeyWord": "AMNFence_Box",
  4247.             "FieldIndex": 275,
  4248.             "TypeOfField": 1,
  4249.             "CheckBox": 1,
  4250.             "Page": 1,
  4251.             "Justify": 0,
  4252.             "EditLeft": 497,
  4253.             "EditTop": 1064,
  4254.             "EditWidth": 12,
  4255.             "EditHeight": 13,
  4256.             "NumberOfLines": 1,
  4257.             "DefPrecision": -1,
  4258.             "AutoCalc": 0,
  4259.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUFenceEtc\" is\r\nbegin\r\n\tif IsEmpty(URAR0693.AMNFence_Box) then\r\n\t\tURAR0693.AMNFence = \"\";\r\nend;\r\n",
  4260.             "Dependencies": "355",
  4261.             "Updates": "274"
  4262.         },
  4263.         {
  4264.             "KeyWord": "AMNFence",
  4265.             "FieldIndex": 274,
  4266.             "TypeOfField": 0,
  4267.             "CheckBox": 0,
  4268.             "Page": 1,
  4269.             "Justify": 0,
  4270.             "EditLeft": 431,
  4271.             "EditTop": 1062,
  4272.             "EditWidth": 56,
  4273.             "EditHeight": 13,
  4274.             "NumberOfLines": 1,
  4275.             "DefaultFont": "Tahoma,8,0,0",
  4276.             "DefPrecision": -1,
  4277.             "AutoCalc": 0,
  4278.             "Dependencies": "-355"
  4279.         },
  4280.         {
  4281.             "KeyWord": "AMNPool_Box",
  4282.             "FieldIndex": 277,
  4283.             "TypeOfField": 1,
  4284.             "CheckBox": 1,
  4285.             "Page": 1,
  4286.             "Justify": 0,
  4287.             "EditLeft": 497,
  4288.             "EditTop": 1079,
  4289.             "EditWidth": 12,
  4290.             "EditHeight": 13,
  4291.             "NumberOfLines": 1,
  4292.             "DefPrecision": -1,
  4293.             "AutoCalc": 0,
  4294.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUFenceEtc\" is\r\nbegin\r\n\tif IsEmpty(urar0693.AMNPool_Box) then\r\n\t\turar0693.AMNPool = \"\";\r\nend;\r\n",
  4295.             "Dependencies": "355",
  4296.             "Updates": "276"
  4297.         },
  4298.         {
  4299.             "KeyWord": "AMNPool",
  4300.             "FieldIndex": 276,
  4301.             "TypeOfField": 0,
  4302.             "CheckBox": 0,
  4303.             "Page": 1,
  4304.             "Justify": 0,
  4305.             "EditLeft": 431,
  4306.             "EditTop": 1077,
  4307.             "EditWidth": 56,
  4308.             "EditHeight": 13,
  4309.             "NumberOfLines": 1,
  4310.             "DefaultFont": "Tahoma,8,0,0",
  4311.             "DefPrecision": -1,
  4312.             "AutoCalc": 0,
  4313.             "Dependencies": "-355"
  4314.         },
  4315.         {
  4316.             "KeyWord": "AMNOther_Box",
  4317.             "FieldIndex": 279,
  4318.             "TypeOfField": 1,
  4319.             "CheckBox": 1,
  4320.             "Page": 1,
  4321.             "Justify": 0,
  4322.             "EditLeft": 497,
  4323.             "EditTop": 1095,
  4324.             "EditWidth": 12,
  4325.             "EditHeight": 13,
  4326.             "NumberOfLines": 1,
  4327.             "DefPrecision": -1,
  4328.             "AutoCalc": 0,
  4329.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tif IsEmpty(URAR0693.AMNOther_Box) then\r\n\t\tURAR0693.AMNOther_Text = \"\";\r\nend;\r\n",
  4330.             "Updates": "278"
  4331.         },
  4332.         {
  4333.             "KeyWord": "AMNOther_Text",
  4334.             "FieldIndex": 278,
  4335.             "TypeOfField": 0,
  4336.             "CheckBox": 0,
  4337.             "Page": 1,
  4338.             "Justify": 0,
  4339.             "EditLeft": 404,
  4340.             "EditTop": 1096,
  4341.             "EditWidth": 84,
  4342.             "EditHeight": 13,
  4343.             "NumberOfLines": 1,
  4344.             "DefaultFont": "Tahoma,8,0,0",
  4345.             "DefPrecision": -1,
  4346.             "AutoCalc": 0
  4347.         },
  4348.         {
  4349.             "KeyWord": "CARNone_Box",
  4350.             "FieldIndex": 280,
  4351.             "TypeOfField": 1,
  4352.             "CheckBox": 1,
  4353.             "Page": 1,
  4354.             "Justify": 0,
  4355.             "EditLeft": 545,
  4356.             "EditTop": 1004,
  4357.             "EditWidth": 12,
  4358.             "EditHeight": 13,
  4359.             "NumberOfLines": 1,
  4360.             "DefPrecision": -1,
  4361.             "AutoCalc": 0,
  4362.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.GSUGarCpt\") is\r\nbegin\r\n\tif !IsEmpty(URAR0693.CARNone_Box) Then\r\n\t\tURAR0693.GSUGarCpt = \"None\";\r\nend;\r\n",
  4363.             "Updates": "352"
  4364.         },
  4365.         {
  4366.             "KeyWord": "CARGarAttached",
  4367.             "FieldIndex": 281,
  4368.             "TypeOfField": 0,
  4369.             "CheckBox": 0,
  4370.             "Page": 1,
  4371.             "Justify": 2,
  4372.             "EditLeft": 562,
  4373.             "EditTop": 1037,
  4374.             "EditWidth": 53,
  4375.             "EditHeight": 13,
  4376.             "NumberOfLines": 1,
  4377.             "DefaultFont": "Tahoma,8,0,0",
  4378.             "DefPrecision": -1,
  4379.             "AutoCalc": 0,
  4380.             "Dependencies": "-352"
  4381.         },
  4382.         {
  4383.             "KeyWord": "CARGarDetached",
  4384.             "FieldIndex": 282,
  4385.             "TypeOfField": 0,
  4386.             "CheckBox": 0,
  4387.             "Page": 1,
  4388.             "Justify": 2,
  4389.             "EditLeft": 562,
  4390.             "EditTop": 1052,
  4391.             "EditWidth": 53,
  4392.             "EditHeight": 13,
  4393.             "NumberOfLines": 1,
  4394.             "DefaultFont": "Tahoma,8,0,0",
  4395.             "DefPrecision": -1,
  4396.             "AutoCalc": 0,
  4397.             "Dependencies": "-352"
  4398.         },
  4399.         {
  4400.             "KeyWord": "CARGarBuiltIn",
  4401.             "FieldIndex": 283,
  4402.             "TypeOfField": 0,
  4403.             "CheckBox": 0,
  4404.             "Page": 1,
  4405.             "Justify": 2,
  4406.             "EditLeft": 562,
  4407.             "EditTop": 1067,
  4408.             "EditWidth": 53,
  4409.             "EditHeight": 13,
  4410.             "NumberOfLines": 1,
  4411.             "DefaultFont": "Tahoma,8,0,0",
  4412.             "DefPrecision": -1,
  4413.             "AutoCalc": 0,
  4414.             "Dependencies": "-352"
  4415.         },
  4416.         {
  4417.             "KeyWord": "CARCarport",
  4418.             "FieldIndex": 284,
  4419.             "TypeOfField": 0,
  4420.             "CheckBox": 0,
  4421.             "Page": 1,
  4422.             "Justify": 2,
  4423.             "EditLeft": 562,
  4424.             "EditTop": 1082,
  4425.             "EditWidth": 53,
  4426.             "EditHeight": 13,
  4427.             "NumberOfLines": 1,
  4428.             "DefaultFont": "Tahoma,8,0,0",
  4429.             "DefPrecision": -1,
  4430.             "AutoCalc": 0,
  4431.             "Dependencies": "-352"
  4432.         },
  4433.         {
  4434.             "KeyWord": "CARDriveway",
  4435.             "FieldIndex": 285,
  4436.             "TypeOfField": 0,
  4437.             "CheckBox": 0,
  4438.             "Page": 1,
  4439.             "Justify": 2,
  4440.             "EditLeft": 562,
  4441.             "EditTop": 1097,
  4442.             "EditWidth": 53,
  4443.             "EditHeight": 13,
  4444.             "NumberOfLines": 1,
  4445.             "DefaultFont": "Tahoma,8,0,0",
  4446.             "DefPrecision": -1,
  4447.             "AutoCalc": 0,
  4448.             "Dependencies": "-352"
  4449.         },
  4450.         {
  4451.             "KeyWord": "CMTAddFeatures_#1",
  4452.             "FieldIndex": 286,
  4453.             "TypeOfField": 0,
  4454.             "CheckBox": 0,
  4455.             "Page": 1,
  4456.             "Justify": 0,
  4457.             "EditLeft": 227,
  4458.             "EditTop": 1113,
  4459.             "EditWidth": 388,
  4460.             "EditHeight": 13,
  4461.             "NumberOfLines": 2,
  4462.             "DefaultFont": "Tahoma,8,0,0",
  4463.             "DefPrecision": -1,
  4464.             "AutoCalc": 0
  4465.         },
  4466.         {
  4467.             "KeyWord": "CMTCondition_#1",
  4468.             "FieldIndex": 288,
  4469.             "TypeOfField": 0,
  4470.             "CheckBox": 0,
  4471.             "Page": 1,
  4472.             "Justify": 0,
  4473.             "EditLeft": 514,
  4474.             "EditTop": 1143,
  4475.             "EditWidth": 101,
  4476.             "EditHeight": 13,
  4477.             "NumberOfLines": 4,
  4478.             "DefaultFont": "Tahoma,8,0,0",
  4479.             "DefPrecision": -1,
  4480.             "AutoCalc": 0
  4481.         },
  4482.         {
  4483.             "KeyWord": "CMTAdvEnvCond_#1",
  4484.             "FieldIndex": 292,
  4485.             "TypeOfField": 0,
  4486.             "CheckBox": 0,
  4487.             "Page": 1,
  4488.             "Justify": 0,
  4489.             "EditLeft": 181,
  4490.             "EditTop": 1215,
  4491.             "EditWidth": 434,
  4492.             "EditHeight": 13,
  4493.             "NumberOfLines": 2,
  4494.             "DefaultFont": "Tahoma,8,0,0",
  4495.             "DefPrecision": -1,
  4496.             "AutoCalc": 0
  4497.         },
  4498.         {
  4499.             "KeyWord": "CSTEstSiteVal",
  4500.             "FieldIndex": 296,
  4501.             "TypeOfField": 0,
  4502.             "CheckBox": 0,
  4503.             "Page": 2,
  4504.             "Justify": 1,
  4505.             "EditLeft": 278,
  4506.             "EditTop": 35,
  4507.             "EditWidth": 64,
  4508.             "EditHeight": 13,
  4509.             "NumberOfLines": 1,
  4510.             "DefaultFont": "Tahoma,8,0,0",
  4511.             "DefPrecision": 0,
  4512.             "AutoCalc": 0,
  4513.             "Dependencies": "-318"
  4514.         },
  4515.         {
  4516.             "KeyWord": "CSTDwellSF",
  4517.             "FieldIndex": 297,
  4518.             "TypeOfField": 0,
  4519.             "CheckBox": 0,
  4520.             "Page": 2,
  4521.             "Justify": 1,
  4522.             "EditLeft": 52,
  4523.             "EditTop": 64,
  4524.             "EditWidth": 56,
  4525.             "EditHeight": 13,
  4526.             "NumberOfLines": 1,
  4527.             "DefaultFont": "Tahoma,8,0,0",
  4528.             "DefPrecision": 0,
  4529.             "AutoCalc": 0,
  4530.             "Dependencies": "-299"
  4531.         },
  4532.         {
  4533.             "KeyWord": "CSTDwellPPSF",
  4534.             "FieldIndex": 298,
  4535.             "TypeOfField": 0,
  4536.             "CheckBox": 0,
  4537.             "Page": 2,
  4538.             "Justify": 1,
  4539.             "EditLeft": 159,
  4540.             "EditTop": 64,
  4541.             "EditWidth": 46,
  4542.             "EditHeight": 13,
  4543.             "NumberOfLines": 1,
  4544.             "DefaultFont": "Tahoma,8,0,0",
  4545.             "DefPrecision": 2,
  4546.             "AutoCalc": 0,
  4547.             "Dependencies": "-299"
  4548.         },
  4549.         {
  4550.             "KeyWord": "CSTOtherSF",
  4551.             "FieldIndex": 300,
  4552.             "TypeOfField": 0,
  4553.             "CheckBox": 0,
  4554.             "Page": 2,
  4555.             "Justify": 1,
  4556.             "EditLeft": 17,
  4557.             "EditTop": 79,
  4558.             "EditWidth": 91,
  4559.             "EditHeight": 13,
  4560.             "NumberOfLines": 1,
  4561.             "DefaultFont": "Tahoma,8,0,0",
  4562.             "DefPrecision": 0,
  4563.             "AutoCalc": 0,
  4564.             "Dependencies": "-302"
  4565.         },
  4566.         {
  4567.             "KeyWord": "CSTOtherPPSF",
  4568.             "FieldIndex": 301,
  4569.             "TypeOfField": 0,
  4570.             "CheckBox": 0,
  4571.             "Page": 2,
  4572.             "Justify": 1,
  4573.             "EditLeft": 159,
  4574.             "EditTop": 79,
  4575.             "EditWidth": 46,
  4576.             "EditHeight": 13,
  4577.             "NumberOfLines": 1,
  4578.             "DefaultFont": "Tahoma,8,0,0",
  4579.             "DefPrecision": 2,
  4580.             "AutoCalc": 0,
  4581.             "Dependencies": "-302"
  4582.         },
  4583.         {
  4584.             "KeyWord": "CSTOtherCost",
  4585.             "FieldIndex": 302,
  4586.             "TypeOfField": 0,
  4587.             "CheckBox": 0,
  4588.             "Page": 2,
  4589.             "Justify": 1,
  4590.             "EditLeft": 229,
  4591.             "EditTop": 79,
  4592.             "EditWidth": 73,
  4593.             "EditHeight": 13,
  4594.             "NumberOfLines": 1,
  4595.             "DefaultFont": "Tahoma,8,0,0",
  4596.             "DefPrecision": 0,
  4597.             "AutoCalc": 0,
  4598.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.CSTOtherCost\"),\r\naffects \"URAR0693.CSTTotCostNew\" is\r\nbegin\r\n\tstring s;\r\n\tinteger i, L, n;\r\n\ts = URAR0693.CSTOtherSF;\r\n\tL = StrLength(s);\r\n\tn = 1;\r\n\twhile IsNumber(StrRight(s, n)) and n <= L loop\r\n\t\tn++;\r\n\r\n\ti = Round(atof(StrRight(s, n-1)) * atof(URAR0693.CSTOtherPPSF));\r\n\tURAR0693.CSTOtherCost = ToString(i);\r\nend;\r\n",
  4599.             "Dependencies": "308",
  4600.             "Updates": "302"
  4601.         },
  4602.         {
  4603.             "KeyWord": "CSTExtras",
  4604.             "FieldIndex": 303,
  4605.             "TypeOfField": 0,
  4606.             "CheckBox": 0,
  4607.             "Page": 2,
  4608.             "Justify": 0,
  4609.             "EditLeft": 17,
  4610.             "EditTop": 94,
  4611.             "EditWidth": 188,
  4612.             "EditHeight": 13,
  4613.             "NumberOfLines": 1,
  4614.             "DefaultFont": "Tahoma,8,0,0",
  4615.             "DefPrecision": -1,
  4616.             "AutoCalc": 0
  4617.         },
  4618.         {
  4619.             "KeyWord": "CSTExtrasCost",
  4620.             "FieldIndex": 304,
  4621.             "TypeOfField": 0,
  4622.             "CheckBox": 0,
  4623.             "Page": 2,
  4624.             "Justify": 1,
  4625.             "EditLeft": 229,
  4626.             "EditTop": 94,
  4627.             "EditWidth": 73,
  4628.             "EditHeight": 13,
  4629.             "NumberOfLines": 1,
  4630.             "DefaultFont": "Tahoma,8,0,0",
  4631.             "DefPrecision": 0,
  4632.             "AutoCalc": 0,
  4633.             "Dependencies": "-308"
  4634.         },
  4635.         {
  4636.             "KeyWord": "CSTGarCptSF",
  4637.             "FieldIndex": 305,
  4638.             "TypeOfField": 0,
  4639.             "CheckBox": 0,
  4640.             "Page": 2,
  4641.             "Justify": 1,
  4642.             "EditLeft": 77,
  4643.             "EditTop": 109,
  4644.             "EditWidth": 32,
  4645.             "EditHeight": 13,
  4646.             "NumberOfLines": 1,
  4647.             "DefaultFont": "Tahoma,8,0,0",
  4648.             "DefPrecision": 0,
  4649.             "AutoCalc": 0,
  4650.             "Dependencies": "-307"
  4651.         },
  4652.         {
  4653.             "KeyWord": "CSTDwellCost",
  4654.             "FieldIndex": 299,
  4655.             "TypeOfField": 0,
  4656.             "CheckBox": 0,
  4657.             "Page": 2,
  4658.             "Justify": 1,
  4659.             "EditLeft": 229,
  4660.             "EditTop": 64,
  4661.             "EditWidth": 73,
  4662.             "EditHeight": 13,
  4663.             "NumberOfLines": 1,
  4664.             "DefaultFont": "Tahoma,8,0,0",
  4665.             "DefPrecision": 0,
  4666.             "AutoCalc": 0,
  4667.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.CSTDwellCost\"),\r\naffects \"URAR0693.CSTTotCostNew\" is\r\nbegin\r\n\tinteger i;\r\n\ti = Round(atof(URAR0693.CSTDwellSF) * atof(URAR0693.CSTDwellPPSF));\r\n\tURAR0693.CSTDwellCost = ToString(i);\r\nend;\r\n",
  4668.             "Dependencies": "308",
  4669.             "Updates": "299"
  4670.         },
  4671.         {
  4672.             "KeyWord": "CSTGarCptPPSF",
  4673.             "FieldIndex": 306,
  4674.             "TypeOfField": 0,
  4675.             "CheckBox": 0,
  4676.             "Page": 2,
  4677.             "Justify": 1,
  4678.             "EditLeft": 159,
  4679.             "EditTop": 109,
  4680.             "EditWidth": 49,
  4681.             "EditHeight": 13,
  4682.             "NumberOfLines": 1,
  4683.             "DefaultFont": "Tahoma,8,0,0",
  4684.             "DefPrecision": 2,
  4685.             "AutoCalc": 0,
  4686.             "Dependencies": "-307"
  4687.         },
  4688.         {
  4689.             "KeyWord": "CSTTotCostNew",
  4690.             "FieldIndex": 308,
  4691.             "TypeOfField": 0,
  4692.             "CheckBox": 0,
  4693.             "Page": 2,
  4694.             "Justify": 1,
  4695.             "EditLeft": 229,
  4696.             "EditTop": 124,
  4697.             "EditWidth": 73,
  4698.             "EditHeight": 13,
  4699.             "NumberOfLines": 1,
  4700.             "DefaultFont": "Tahoma,8,0,0",
  4701.             "DefPrecision": 0,
  4702.             "AutoCalc": 0,
  4703.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.CSTTotCostNew\"),\r\naffects \"URAR0693.CSTPhysDepr_1\",\r\naffects \"URAR0693.CSTFuncDepr_1\",\r\naffects \"URAR0693.CSTExtnDepr_1\" is\r\nbegin\r\n\tfloat f;\r\n\tf = atof(URAR0693.CSTDwellCost) + atof(URAR0693.CSTOtherCost) +\r\n\t\tatof(URAR0693.CSTExtrasCost) + atof(URAR0693.CSTGarCptCost);\r\n\tURAR0693.CSTTotCostNew = ToString(f, 5);\r\nend;\r\n",
  4704.             "Dependencies": "309,311,313,-316",
  4705.             "Updates": "308"
  4706.         },
  4707.         {
  4708.             "KeyWord": "CSTPhysDepr_1",
  4709.             "FieldIndex": 309,
  4710.             "TypeOfField": 0,
  4711.             "CheckBox": 0,
  4712.             "Page": 2,
  4713.             "Justify": 2,
  4714.             "EditLeft": 73,
  4715.             "EditTop": 146,
  4716.             "EditWidth": 35,
  4717.             "EditHeight": 13,
  4718.             "NumberOfLines": 1,
  4719.             "DefaultFont": "Tahoma,8,0,0",
  4720.             "DefPrecision": 1,
  4721.             "AutoCalc": 0,
  4722.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.CSTPhysDepr_2\"),\r\naffects \"URAR0693.CSTTotalDepr\" is\r\nbegin\r\n\tstring p;\r\n\tfloat pct;\r\n\tp = URAR0693.CSTPhysDepr_1;\r\n\tif IsEmpty(p) then\r\n\t\tURAR0693.CSTPhysDepr_2 = \"\";\r\n\telse\r\n\tbegin\r\n\t\tpct = atof(p)/100;\r\n\t\tURAR0693.CSTPhysDepr_2 = \r\n\t\t\tToString(Round(atof(URAR0693.CSTTotCostNew) * pct));\r\n\tend;\r\nend;\r\n",
  4723.             "Dependencies": "315",
  4724.             "Updates": "310"
  4725.         },
  4726.         {
  4727.             "KeyWord": "CSTPhysDepr_2",
  4728.             "FieldIndex": 310,
  4729.             "TypeOfField": 0,
  4730.             "CheckBox": 0,
  4731.             "Page": 2,
  4732.             "Justify": 2,
  4733.             "EditLeft": 70,
  4734.             "EditTop": 160,
  4735.             "EditWidth": 42,
  4736.             "EditHeight": 13,
  4737.             "NumberOfLines": 1,
  4738.             "DefaultFont": "Tahoma,8,0,0",
  4739.             "DefPrecision": 0,
  4740.             "AutoCalc": 0,
  4741.             "Dependencies": "-315"
  4742.         },
  4743.         {
  4744.             "KeyWord": "CSTFuncDepr_1",
  4745.             "FieldIndex": 311,
  4746.             "TypeOfField": 0,
  4747.             "CheckBox": 0,
  4748.             "Page": 2,
  4749.             "Justify": 2,
  4750.             "EditLeft": 121,
  4751.             "EditTop": 146,
  4752.             "EditWidth": 35,
  4753.             "EditHeight": 13,
  4754.             "NumberOfLines": 1,
  4755.             "DefaultFont": "Tahoma,8,0,0",
  4756.             "DefPrecision": 1,
  4757.             "AutoCalc": 0,
  4758.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.CSTFuncDepr_2\"),\r\naffects \"URAR0693.CSTTotalDepr\" is\r\nbegin\r\n\tstring p;\r\n\tfloat pct;\r\n\tp = URAR0693.CSTFuncDepr_1;\r\n\tif IsEmpty(p) then\r\n\t\tURAR0693.CSTFuncDepr_2 = \"\";\r\n\telse\r\n\tbegin\r\n\t\tpct =  atof(p)/100;\r\n\t\tURAR0693.CSTFuncDepr_2 = \r\n\t\t\tToString(Round(atof(URAR0693.CSTTotCostNew) * pct));\r\n\tend;\r\nend;\r\n",
  4759.             "Dependencies": "315",
  4760.             "Updates": "312"
  4761.         },
  4762.         {
  4763.             "KeyWord": "CSTFuncDepr_2",
  4764.             "FieldIndex": 312,
  4765.             "TypeOfField": 0,
  4766.             "CheckBox": 0,
  4767.             "Page": 2,
  4768.             "Justify": 2,
  4769.             "EditLeft": 118,
  4770.             "EditTop": 160,
  4771.             "EditWidth": 42,
  4772.             "EditHeight": 13,
  4773.             "NumberOfLines": 1,
  4774.             "DefaultFont": "Tahoma,8,0,0",
  4775.             "DefPrecision": 0,
  4776.             "AutoCalc": 0,
  4777.             "Dependencies": "-315"
  4778.         },
  4779.         {
  4780.             "KeyWord": "CSTExtnDepr_1",
  4781.             "FieldIndex": 313,
  4782.             "TypeOfField": 0,
  4783.             "CheckBox": 0,
  4784.             "Page": 2,
  4785.             "Justify": 2,
  4786.             "EditLeft": 169,
  4787.             "EditTop": 146,
  4788.             "EditWidth": 35,
  4789.             "EditHeight": 13,
  4790.             "NumberOfLines": 1,
  4791.             "DefaultFont": "Tahoma,8,0,0",
  4792.             "DefPrecision": 1,
  4793.             "AutoCalc": 0,
  4794.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.CSTExtnDepr_2\"),\r\naffects \"URAR0693.CSTTotalDepr\" is\r\nbegin\r\n\tstring p;\r\n\tfloat pct;\r\n\tp = URAR0693.CSTExtnDepr_1;\r\n\tif IsEmpty(p) then\r\n\t\tURAR0693.CSTExtnDepr_2 = \"\";\r\n\telse\r\n\tbegin\r\n\t\tpct =  atof(p)/100;\r\n\t\tURAR0693.CSTExtnDepr_2 = \r\n\t\t\tToString(Round(atof(URAR0693.CSTTotCostNew) * pct));\r\n\tend;\r\nend;\r\n",
  4795.             "Dependencies": "315",
  4796.             "Updates": "314"
  4797.         },
  4798.         {
  4799.             "KeyWord": "CSTExtnDepr_2",
  4800.             "FieldIndex": 314,
  4801.             "TypeOfField": 0,
  4802.             "CheckBox": 0,
  4803.             "Page": 2,
  4804.             "Justify": 2,
  4805.             "EditLeft": 167,
  4806.             "EditTop": 160,
  4807.             "EditWidth": 42,
  4808.             "EditHeight": 13,
  4809.             "NumberOfLines": 1,
  4810.             "DefaultFont": "Tahoma,8,0,0",
  4811.             "DefPrecision": 0,
  4812.             "AutoCalc": 0,
  4813.             "Dependencies": "-315"
  4814.         },
  4815.         {
  4816.             "KeyWord": "CSTTotalDepr",
  4817.             "FieldIndex": 315,
  4818.             "TypeOfField": 0,
  4819.             "CheckBox": 0,
  4820.             "Page": 2,
  4821.             "Justify": 1,
  4822.             "EditLeft": 229,
  4823.             "EditTop": 160,
  4824.             "EditWidth": 73,
  4825.             "EditHeight": 13,
  4826.             "NumberOfLines": 1,
  4827.             "DefaultFont": "Tahoma,8,0,0",
  4828.             "DefPrecision": 0,
  4829.             "AutoCalc": 0,
  4830.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.CSTDeprValue\" is\r\nbegin\r\n\tfloat f;\r\n\tf = atof(URAR0693.CSTPhysDepr_2) + atof(URAR0693.CSTFuncDepr_2) +\r\n\t\tatof(URAR0693.CSTExtnDepr_2);\r\n\tURAR0693.CSTTotalDepr = ToString(f, 5);\r\nend;\r\n",
  4831.             "Dependencies": "316",
  4832.             "Updates": "315"
  4833.         },
  4834.         {
  4835.             "KeyWord": "CSTDeprValue",
  4836.             "FieldIndex": 316,
  4837.             "TypeOfField": 0,
  4838.             "CheckBox": 0,
  4839.             "Page": 2,
  4840.             "Justify": 1,
  4841.             "EditLeft": 267,
  4842.             "EditTop": 175,
  4843.             "EditWidth": 75,
  4844.             "EditHeight": 13,
  4845.             "NumberOfLines": 1,
  4846.             "DefaultFont": "Tahoma,8,0,0",
  4847.             "DefPrecision": 0,
  4848.             "AutoCalc": 0,
  4849.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.CSTDeprValue\"),\r\naffects \"URAR0693.CSTIndValue\" is\r\nbegin\r\n\tfloat d, deprValue;\r\n\tdeprValue = atof(URAR0693.CSTTotCostNew) - atof(URAR0693.CSTTotalDepr);\r\n\tURAR0693.CSTDeprValue = ToString(deprValue, 5);\r\nend;\r\n",
  4850.             "Dependencies": "318",
  4851.             "Updates": "316"
  4852.         },
  4853.         {
  4854.             "KeyWord": "CSTAsIsValue",
  4855.             "FieldIndex": 317,
  4856.             "TypeOfField": 0,
  4857.             "CheckBox": 0,
  4858.             "Page": 2,
  4859.             "Justify": 1,
  4860.             "EditLeft": 267,
  4861.             "EditTop": 189,
  4862.             "EditWidth": 75,
  4863.             "EditHeight": 13,
  4864.             "NumberOfLines": 1,
  4865.             "DefaultFont": "Tahoma,8,0,0",
  4866.             "DefPrecision": 0,
  4867.             "AutoCalc": 0,
  4868.             "Dependencies": "-318"
  4869.         },
  4870.         {
  4871.             "KeyWord": "CSTIndValue",
  4872.             "FieldIndex": 318,
  4873.             "TypeOfField": 0,
  4874.             "CheckBox": 0,
  4875.             "Page": 2,
  4876.             "Justify": 1,
  4877.             "EditLeft": 267,
  4878.             "EditTop": 203,
  4879.             "EditWidth": 75,
  4880.             "EditHeight": 13,
  4881.             "NumberOfLines": 1,
  4882.             "DefaultFont": "Tahoma,8,0,0",
  4883.             "DefPrecision": 0,
  4884.             "AutoCalc": 0,
  4885.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.CSTIndValue\") is\r\nbegin\r\n\tfloat f;\r\n\tf = atof(URAR0693.CSTEstSiteVal) + atof(URAR0693.CSTDeprValue) +\r\n\t\tatof(URAR0693.CSTAsIsValue);\r\n\tURAR0693.CSTIndValue = ToString(f, 5);\r\nend;\r\n",
  4886.             "Updates": "318"
  4887.         },
  4888.         {
  4889.             "KeyWord": "GC1AdjPrice1_Text",
  4890.             "FieldIndex": 392,
  4891.             "TypeOfField": 0,
  4892.             "CheckBox": 0,
  4893.             "Page": 2,
  4894.             "Justify": 0,
  4895.             "EditLeft": 184,
  4896.             "EditTop": 732,
  4897.             "EditWidth": 59,
  4898.             "EditHeight": 13,
  4899.             "NumberOfLines": 1,
  4900.             "DefaultFont": "Tahoma,8,0,0",
  4901.             "DefPrecision": 2,
  4902.             "AutoCalc": 0,
  4903.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat adj, price;\r\n\tstring gross;\r\n\tprice = atof(URAR0693.GC1SalePrice);\r\n\tif price != 0 then\r\n\tbegin\r\n\t\tadj=abs(atof(URAR0693.GC1SalesFin1Adj))  + abs(atof(URAR0693.GC1SalesFin2Adj)) + \r\n\t\t\tabs(atof(URAR0693.GC1DateOfSaleAdj)) + abs(atof(URAR0693.GC1LocationAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC1LeaseholdAdj))\t + abs(atof(URAR0693.GC1SiteAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC1ViewAdj))\t\t + abs(atof(URAR0693.GC1DesignAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC1QualConstrAdj)) + abs(atof(URAR0693.GC1AgeAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC1ConditionAdj))\t + abs(atof(URAR0693.GC1RoomsAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC1GLASqFtAdj))\t + abs(atof(URAR0693.GC1BsmRooms1Adj)) +\r\n\t\t\tabs(atof(URAR0693.GC1BsmRooms2Adj))\t + abs(atof(URAR0693.GC1FuncUtilAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC1HeatCoolAdj))\t + abs(atof(URAR0693.GC1EnergyEffAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC1GarCptAdj))\t + abs(atof(URAR0693.GC1PorchEtc1Adj)) +\r\n\t\t\tabs(atof(URAR0693.GC1PorchEtc2Adj))\t + abs(atof(URAR0693.GC1FenceEtcAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC1ExtraItemAdj));\r\n\r\n\t\tgross = \"        \"+ToString(adj/price * 100, 2)+\"%\";\r\n\t\tURAR0693.GC1AdjPrice1_Text = \"G:\"+StrRight(gross,7);\r\n\tend;\r\n\telse\r\n\t\tURAR0693.GC1AdjPrice1_Text = \"\";\r\nend;\r\n",
  4904.             "Updates": "392"
  4905.         },
  4906.         {
  4907.             "KeyWord": "CSTComments_#1",
  4908.             "FieldIndex": 319,
  4909.             "TypeOfField": 0,
  4910.             "CheckBox": 0,
  4911.             "Page": 2,
  4912.             "Justify": 0,
  4913.             "EditLeft": 542,
  4914.             "EditTop": 69,
  4915.             "EditWidth": 74,
  4916.             "EditHeight": 13,
  4917.             "NumberOfLines": 10,
  4918.             "DefaultFont": "Tahoma,8,0,0",
  4919.             "DefPrecision": -1,
  4920.             "AutoCalc": 0
  4921.         },
  4922.         {
  4923.             "KeyWord": "GSUAddress1",
  4924.             "FieldIndex": 329,
  4925.             "TypeOfField": 0,
  4926.             "CheckBox": 0,
  4927.             "Page": 2,
  4928.             "Justify": 0,
  4929.             "EditLeft": 49,
  4930.             "EditTop": 233,
  4931.             "EditWidth": 130,
  4932.             "EditHeight": 13,
  4933.             "NumberOfLines": 1,
  4934.             "DefaultFont": "Tahoma,8,0,0",
  4935.             "DefPrecision": -1,
  4936.             "AutoCalc": 0,
  4937.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tif !Changed(\"URAR0693.GSUAddress1\") then\r\n\t\tURAR0693.GSUAddress1 = URAR0693.SUBPropAddress;\r\n\r\n\tCopyField(\"URAR0693.GSUAddress1\");\r\nend;\r\n",
  4938.             "Updates": "329"
  4939.         },
  4940.         {
  4941.             "KeyWord": "GSUAddress2",
  4942.             "FieldIndex": 330,
  4943.             "TypeOfField": 0,
  4944.             "CheckBox": 0,
  4945.             "Page": 2,
  4946.             "Justify": 0,
  4947.             "EditLeft": 49,
  4948.             "EditTop": 249,
  4949.             "EditWidth": 130,
  4950.             "EditHeight": 13,
  4951.             "NumberOfLines": 1,
  4952.             "DefaultFont": "Tahoma,8,0,0",
  4953.             "DefPrecision": -1,
  4954.             "AutoCalc": 0,
  4955.             "Formula": "routine main() returns nothing is\r\n/* no depends URAR0693.SUBCity URAR0693.SUBState */\r\nbegin\r\n\tstring a;\r\n\tif !Changed(\"URAR0693.GSUAddress2\") then\r\n\tbegin\r\n\t\ta = URAR0693.SUBCity;\r\n\t\tif !IsEmpty(URAR0693.SUBState) then\r\n\t\t\ta = a + \", \" + URAR0693.SUBState;\r\n\r\n\t\tURAR0693.GSUAddress2 = a;\r\n\tend;\r\n\tCopyField(\"URAR0693.GSUAddress2\");\r\nend;\r\n",
  4956.             "Updates": "330"
  4957.         },
  4958.         {
  4959.             "KeyWord": "GSUSalePrice",
  4960.             "FieldIndex": 331,
  4961.             "TypeOfField": 0,
  4962.             "CheckBox": 0,
  4963.             "Page": 2,
  4964.             "Justify": 0,
  4965.             "EditLeft": 110,
  4966.             "EditTop": 279,
  4967.             "EditWidth": 69,
  4968.             "EditHeight": 13,
  4969.             "NumberOfLines": 1,
  4970.             "DefaultFont": "Tahoma,8,0,0",
  4971.             "DefPrecision": 0,
  4972.             "AutoCalc": 0,
  4973.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUPriceGLA\" is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUSalePrice\");\r\nend;\r\n",
  4974.             "Dependencies": "332"
  4975.         },
  4976.         {
  4977.             "KeyWord": "GSUPriceGLA",
  4978.             "FieldIndex": 332,
  4979.             "TypeOfField": 0,
  4980.             "CheckBox": 0,
  4981.             "Page": 2,
  4982.             "Justify": 0,
  4983.             "EditLeft": 110,
  4984.             "EditTop": 294,
  4985.             "EditWidth": 55,
  4986.             "EditHeight": 13,
  4987.             "NumberOfLines": 1,
  4988.             "DefaultFont": "Tahoma,8,0,0",
  4989.             "DefPrecision": 2,
  4990.             "AutoCalc": 0,
  4991.             "Formula": "routine main() returns nothing is\r\n/* no depends URAR0693.RMSAGSqFtGLA */\r\nbegin\r\n\tstring price, glaStr;\r\n\tfloat gla;\r\n\r\n\tif !Changed(\"URAR0693.GSUPriceGLA\") then\r\n\tbegin\r\n\t\tprice = URAR0693.GSUSalePrice;\r\n\t\tglaStr = URAR0693.RMSAGSqFtGLA;\r\n\r\n\t\tif IsEmpty(URAR0693.GSUGLASqFt) then\r\n\t\t\tURAR0693.GSUGLASqFt = glaStr;\r\n\r\n\t\tURAR0693.GSUPriceGLA = \"\";\r\n\t\tgla = atof(URAR0693.GSUGLASqFt);\r\n\r\n\t\tif gla != 0 and IsNumber(price) then\r\n\t\tbegin\r\n\t\t\tgla = atof(price)/gla;\r\n\t\t\tURAR0693.GSUPriceGLA = ToString(gla, 5);\r\n\t\tend;\r\n\tend;\r\n\r\n\tCopyField(\"URAR0693.GSUPriceGLA\");\r\nend;\r\n",
  4992.             "Updates": "346,332"
  4993.         },
  4994.         {
  4995.             "KeyWord": "GSUDataSource1",
  4996.             "FieldIndex": 333,
  4997.             "TypeOfField": 0,
  4998.             "CheckBox": 0,
  4999.             "Page": 2,
  5000.             "Justify": 0,
  5001.             "EditLeft": 99,
  5002.             "EditTop": 309,
  5003.             "EditWidth": 80,
  5004.             "EditHeight": 13,
  5005.             "NumberOfLines": 1,
  5006.             "DefaultFont": "Tahoma,8,0,0",
  5007.             "DefPrecision": -1,
  5008.             "AutoCalc": 0,
  5009.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUDataSource1\");\r\nend;\r\n"
  5010.         },
  5011.         {
  5012.             "KeyWord": "GSUDataSource2",
  5013.             "FieldIndex": 334,
  5014.             "TypeOfField": 0,
  5015.             "CheckBox": 0,
  5016.             "Page": 2,
  5017.             "Justify": 0,
  5018.             "EditLeft": 99,
  5019.             "EditTop": 324,
  5020.             "EditWidth": 80,
  5021.             "EditHeight": 13,
  5022.             "NumberOfLines": 1,
  5023.             "DefaultFont": "Tahoma,8,0,0",
  5024.             "DefPrecision": -1,
  5025.             "AutoCalc": 0,
  5026.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUDataSource2\");\r\nend;\r\n"
  5027.         },
  5028.         {
  5029.             "KeyWord": "GSUPriorSale_1",
  5030.             "FieldIndex": 547,
  5031.             "TypeOfField": 0,
  5032.             "CheckBox": 0,
  5033.             "Page": 2,
  5034.             "Justify": 0,
  5035.             "EditLeft": 99,
  5036.             "EditTop": 866,
  5037.             "EditWidth": 80,
  5038.             "EditHeight": 13,
  5039.             "NumberOfLines": 1,
  5040.             "DefaultFont": "Tahoma,8,0,0",
  5041.             "DefPrecision": -1,
  5042.             "AutoCalc": 0
  5043.         },
  5044.         {
  5045.             "KeyWord": "GSUPriorSale_2",
  5046.             "FieldIndex": 548,
  5047.             "TypeOfField": 0,
  5048.             "CheckBox": 0,
  5049.             "Page": 2,
  5050.             "Justify": 0,
  5051.             "EditLeft": 99,
  5052.             "EditTop": 882,
  5053.             "EditWidth": 80,
  5054.             "EditHeight": 13,
  5055.             "NumberOfLines": 1,
  5056.             "DefaultFont": "Tahoma,8,0,0",
  5057.             "DefPrecision": -1,
  5058.             "AutoCalc": 0
  5059.         },
  5060.         {
  5061.             "KeyWord": "GSUPriorSale_3",
  5062.             "FieldIndex": 549,
  5063.             "TypeOfField": 0,
  5064.             "CheckBox": 0,
  5065.             "Page": 2,
  5066.             "Justify": 0,
  5067.             "EditLeft": 99,
  5068.             "EditTop": 897,
  5069.             "EditWidth": 80,
  5070.             "EditHeight": 14,
  5071.             "NumberOfLines": 1,
  5072.             "DefaultFont": "Tahoma,8,0,0",
  5073.             "DefPrecision": -1,
  5074.             "AutoCalc": 0
  5075.         },
  5076.         {
  5077.             "KeyWord": "GC1Address1",
  5078.             "FieldIndex": 358,
  5079.             "TypeOfField": 0,
  5080.             "CheckBox": 0,
  5081.             "Page": 2,
  5082.             "Justify": 0,
  5083.             "EditLeft": 182,
  5084.             "EditTop": 233,
  5085.             "EditWidth": 143,
  5086.             "EditHeight": 13,
  5087.             "NumberOfLines": 1,
  5088.             "DefaultFont": "Tahoma,8,0,0",
  5089.             "DefPrecision": -1,
  5090.             "AutoCalc": 0
  5091.         },
  5092.         {
  5093.             "KeyWord": "GC1Address2",
  5094.             "FieldIndex": 359,
  5095.             "TypeOfField": 0,
  5096.             "CheckBox": 0,
  5097.             "Page": 2,
  5098.             "Justify": 0,
  5099.             "EditLeft": 182,
  5100.             "EditTop": 249,
  5101.             "EditWidth": 143,
  5102.             "EditHeight": 13,
  5103.             "NumberOfLines": 1,
  5104.             "DefaultFont": "Tahoma,8,0,0",
  5105.             "DefPrecision": -1,
  5106.             "AutoCalc": 0
  5107.         },
  5108.         {
  5109.             "KeyWord": "GC1Proximity",
  5110.             "FieldIndex": 360,
  5111.             "TypeOfField": 0,
  5112.             "CheckBox": 0,
  5113.             "Page": 2,
  5114.             "Justify": 0,
  5115.             "EditLeft": 182,
  5116.             "EditTop": 264,
  5117.             "EditWidth": 143,
  5118.             "EditHeight": 13,
  5119.             "NumberOfLines": 1,
  5120.             "DefaultFont": "Tahoma,8,0,0",
  5121.             "DefPrecision": -1,
  5122.             "AutoCalc": 0
  5123.         },
  5124.         {
  5125.             "KeyWord": "GC1SalePrice",
  5126.             "FieldIndex": 361,
  5127.             "TypeOfField": 0,
  5128.             "CheckBox": 0,
  5129.             "Page": 2,
  5130.             "Justify": 0,
  5131.             "EditLeft": 258,
  5132.             "EditTop": 279,
  5133.             "EditWidth": 67,
  5134.             "EditHeight": 13,
  5135.             "NumberOfLines": 1,
  5136.             "DefaultFont": "Tahoma,8,0,0",
  5137.             "DefPrecision": 0,
  5138.             "AutoCalc": 0,
  5139.             "Dependencies": "-392,-362,-417,-393"
  5140.         },
  5141.         {
  5142.             "KeyWord": "GC1PriceGLA",
  5143.             "FieldIndex": 362,
  5144.             "TypeOfField": 0,
  5145.             "CheckBox": 0,
  5146.             "Page": 2,
  5147.             "Justify": 0,
  5148.             "EditLeft": 192,
  5149.             "EditTop": 294,
  5150.             "EditWidth": 55,
  5151.             "EditHeight": 13,
  5152.             "NumberOfLines": 1,
  5153.             "DefaultFont": "Tahoma,8,0,0",
  5154.             "DefPrecision": 2,
  5155.             "AutoCalc": 0,
  5156.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat s;\r\n\ts = atof(URAR0693.GC1GLASqFt);\r\n\tif s != 0 then\r\n\t\tURAR0693.GC1PriceGLA = ToString(atof(URAR0693.GC1SalePrice)/s,5);\r\n\telse\r\n\t\tURAR0693.GC1PriceGLA = \"\";\r\nend;\r\n",
  5157.             "Updates": "362"
  5158.         },
  5159.         {
  5160.             "KeyWord": "GC1DataSource1",
  5161.             "FieldIndex": 363,
  5162.             "TypeOfField": 0,
  5163.             "CheckBox": 0,
  5164.             "Page": 2,
  5165.             "Justify": 0,
  5166.             "EditLeft": 182,
  5167.             "EditTop": 309,
  5168.             "EditWidth": 143,
  5169.             "EditHeight": 13,
  5170.             "NumberOfLines": 1,
  5171.             "DefaultFont": "Tahoma,8,0,0",
  5172.             "DefPrecision": -1,
  5173.             "AutoCalc": 0
  5174.         },
  5175.         {
  5176.             "KeyWord": "GC1DataSource2",
  5177.             "FieldIndex": 364,
  5178.             "TypeOfField": 0,
  5179.             "CheckBox": 0,
  5180.             "Page": 2,
  5181.             "Justify": 0,
  5182.             "EditLeft": 182,
  5183.             "EditTop": 324,
  5184.             "EditWidth": 143,
  5185.             "EditHeight": 13,
  5186.             "NumberOfLines": 1,
  5187.             "DefaultFont": "Tahoma,8,0,0",
  5188.             "DefPrecision": -1,
  5189.             "AutoCalc": 0
  5190.         },
  5191.         {
  5192.             "KeyWord": "GC1PriorSale_1",
  5193.             "FieldIndex": 550,
  5194.             "TypeOfField": 0,
  5195.             "CheckBox": 0,
  5196.             "Page": 2,
  5197.             "Justify": 0,
  5198.             "EditLeft": 182,
  5199.             "EditTop": 866,
  5200.             "EditWidth": 143,
  5201.             "EditHeight": 13,
  5202.             "NumberOfLines": 1,
  5203.             "DefaultFont": "Tahoma,8,0,0",
  5204.             "DefPrecision": -1,
  5205.             "AutoCalc": 0
  5206.         },
  5207.         {
  5208.             "KeyWord": "GC1PriorSale_2",
  5209.             "FieldIndex": 551,
  5210.             "TypeOfField": 0,
  5211.             "CheckBox": 0,
  5212.             "Page": 2,
  5213.             "Justify": 0,
  5214.             "EditLeft": 182,
  5215.             "EditTop": 882,
  5216.             "EditWidth": 143,
  5217.             "EditHeight": 13,
  5218.             "NumberOfLines": 1,
  5219.             "DefaultFont": "Tahoma,8,0,0",
  5220.             "DefPrecision": -1,
  5221.             "AutoCalc": 0
  5222.         },
  5223.         {
  5224.             "KeyWord": "GC1PriorSale_3",
  5225.             "FieldIndex": 552,
  5226.             "TypeOfField": 0,
  5227.             "CheckBox": 0,
  5228.             "Page": 2,
  5229.             "Justify": 0,
  5230.             "EditLeft": 182,
  5231.             "EditTop": 898,
  5232.             "EditWidth": 143,
  5233.             "EditHeight": 13,
  5234.             "NumberOfLines": 1,
  5235.             "DefaultFont": "Tahoma,8,0,0",
  5236.             "DefPrecision": -1,
  5237.             "AutoCalc": 0
  5238.         },
  5239.         {
  5240.             "KeyWord": "GC2Address1",
  5241.             "FieldIndex": 419,
  5242.             "TypeOfField": 0,
  5243.             "CheckBox": 0,
  5244.             "Page": 2,
  5245.             "Justify": 0,
  5246.             "EditLeft": 328,
  5247.             "EditTop": 233,
  5248.             "EditWidth": 142,
  5249.             "EditHeight": 13,
  5250.             "NumberOfLines": 1,
  5251.             "DefaultFont": "Tahoma,8,0,0",
  5252.             "DefPrecision": -1,
  5253.             "AutoCalc": 0
  5254.         },
  5255.         {
  5256.             "KeyWord": "GC2Address2",
  5257.             "FieldIndex": 420,
  5258.             "TypeOfField": 0,
  5259.             "CheckBox": 0,
  5260.             "Page": 2,
  5261.             "Justify": 0,
  5262.             "EditLeft": 328,
  5263.             "EditTop": 249,
  5264.             "EditWidth": 142,
  5265.             "EditHeight": 13,
  5266.             "NumberOfLines": 1,
  5267.             "DefaultFont": "Tahoma,8,0,0",
  5268.             "DefPrecision": -1,
  5269.             "AutoCalc": 0
  5270.         },
  5271.         {
  5272.             "KeyWord": "GC2Proximity",
  5273.             "FieldIndex": 421,
  5274.             "TypeOfField": 0,
  5275.             "CheckBox": 0,
  5276.             "Page": 2,
  5277.             "Justify": 0,
  5278.             "EditLeft": 328,
  5279.             "EditTop": 264,
  5280.             "EditWidth": 142,
  5281.             "EditHeight": 13,
  5282.             "NumberOfLines": 1,
  5283.             "DefaultFont": "Tahoma,8,0,0",
  5284.             "DefPrecision": -1,
  5285.             "AutoCalc": 0
  5286.         },
  5287.         {
  5288.             "KeyWord": "GC2SalePrice",
  5289.             "FieldIndex": 422,
  5290.             "TypeOfField": 0,
  5291.             "CheckBox": 0,
  5292.             "Page": 2,
  5293.             "Justify": 0,
  5294.             "EditLeft": 403,
  5295.             "EditTop": 279,
  5296.             "EditWidth": 67,
  5297.             "EditHeight": 13,
  5298.             "NumberOfLines": 1,
  5299.             "DefaultFont": "Tahoma,8,0,0",
  5300.             "DefPrecision": 0,
  5301.             "AutoCalc": 0,
  5302.             "Dependencies": "-423,-453,-478,-454"
  5303.         },
  5304.         {
  5305.             "KeyWord": "GC2PriceGLA",
  5306.             "FieldIndex": 423,
  5307.             "TypeOfField": 0,
  5308.             "CheckBox": 0,
  5309.             "Page": 2,
  5310.             "Justify": 0,
  5311.             "EditLeft": 338,
  5312.             "EditTop": 294,
  5313.             "EditWidth": 55,
  5314.             "EditHeight": 13,
  5315.             "NumberOfLines": 1,
  5316.             "DefaultFont": "Tahoma,8,0,0",
  5317.             "DefPrecision": 2,
  5318.             "AutoCalc": 0,
  5319.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat s;\r\n\ts = atof(URAR0693.GC2GLASqFt);\r\n\tif s != 0 then\r\n\t\tURAR0693.GC2PriceGLA = ToString(atof(URAR0693.GC2SalePrice)/s,5);\r\n\telse\r\n\t\tURAR0693.GC2PriceGLA = \"\";\r\nend;\r\n",
  5320.             "Updates": "423"
  5321.         },
  5322.         {
  5323.             "KeyWord": "GC2DataSource1",
  5324.             "FieldIndex": 424,
  5325.             "TypeOfField": 0,
  5326.             "CheckBox": 0,
  5327.             "Page": 2,
  5328.             "Justify": 0,
  5329.             "EditLeft": 328,
  5330.             "EditTop": 309,
  5331.             "EditWidth": 142,
  5332.             "EditHeight": 13,
  5333.             "NumberOfLines": 1,
  5334.             "DefaultFont": "Tahoma,8,0,0",
  5335.             "DefPrecision": -1,
  5336.             "AutoCalc": 0
  5337.         },
  5338.         {
  5339.             "KeyWord": "GC2DataSource2",
  5340.             "FieldIndex": 425,
  5341.             "TypeOfField": 0,
  5342.             "CheckBox": 0,
  5343.             "Page": 2,
  5344.             "Justify": 0,
  5345.             "EditLeft": 328,
  5346.             "EditTop": 324,
  5347.             "EditWidth": 142,
  5348.             "EditHeight": 13,
  5349.             "NumberOfLines": 1,
  5350.             "DefaultFont": "Tahoma,8,0,0",
  5351.             "DefPrecision": -1,
  5352.             "AutoCalc": 0
  5353.         },
  5354.         {
  5355.             "KeyWord": "GC2PriorSale_1",
  5356.             "FieldIndex": 553,
  5357.             "TypeOfField": 0,
  5358.             "CheckBox": 0,
  5359.             "Page": 2,
  5360.             "Justify": 0,
  5361.             "EditLeft": 328,
  5362.             "EditTop": 866,
  5363.             "EditWidth": 142,
  5364.             "EditHeight": 13,
  5365.             "NumberOfLines": 1,
  5366.             "DefaultFont": "Tahoma,8,0,0",
  5367.             "DefPrecision": -1,
  5368.             "AutoCalc": 0
  5369.         },
  5370.         {
  5371.             "KeyWord": "GC2PriorSale_2",
  5372.             "FieldIndex": 554,
  5373.             "TypeOfField": 0,
  5374.             "CheckBox": 0,
  5375.             "Page": 2,
  5376.             "Justify": 0,
  5377.             "EditLeft": 328,
  5378.             "EditTop": 882,
  5379.             "EditWidth": 142,
  5380.             "EditHeight": 13,
  5381.             "NumberOfLines": 1,
  5382.             "DefaultFont": "Tahoma,8,0,0",
  5383.             "DefPrecision": -1,
  5384.             "AutoCalc": 0
  5385.         },
  5386.         {
  5387.             "KeyWord": "GC2PriorSale_3",
  5388.             "FieldIndex": 555,
  5389.             "TypeOfField": 0,
  5390.             "CheckBox": 0,
  5391.             "Page": 2,
  5392.             "Justify": 0,
  5393.             "EditLeft": 328,
  5394.             "EditTop": 898,
  5395.             "EditWidth": 142,
  5396.             "EditHeight": 13,
  5397.             "NumberOfLines": 1,
  5398.             "DefaultFont": "Tahoma,8,0,0",
  5399.             "DefPrecision": -1,
  5400.             "AutoCalc": 0
  5401.         },
  5402.         {
  5403.             "KeyWord": "GC3Address1",
  5404.             "FieldIndex": 480,
  5405.             "TypeOfField": 0,
  5406.             "CheckBox": 0,
  5407.             "Page": 2,
  5408.             "Justify": 0,
  5409.             "EditLeft": 473,
  5410.             "EditTop": 233,
  5411.             "EditWidth": 143,
  5412.             "EditHeight": 13,
  5413.             "NumberOfLines": 1,
  5414.             "DefaultFont": "Tahoma,8,0,0",
  5415.             "DefPrecision": -1,
  5416.             "AutoCalc": 0
  5417.         },
  5418.         {
  5419.             "KeyWord": "GC3Address2",
  5420.             "FieldIndex": 481,
  5421.             "TypeOfField": 0,
  5422.             "CheckBox": 0,
  5423.             "Page": 2,
  5424.             "Justify": 0,
  5425.             "EditLeft": 473,
  5426.             "EditTop": 249,
  5427.             "EditWidth": 143,
  5428.             "EditHeight": 13,
  5429.             "NumberOfLines": 1,
  5430.             "DefaultFont": "Tahoma,8,0,0",
  5431.             "DefPrecision": -1,
  5432.             "AutoCalc": 0
  5433.         },
  5434.         {
  5435.             "KeyWord": "GC3Proximity",
  5436.             "FieldIndex": 482,
  5437.             "TypeOfField": 0,
  5438.             "CheckBox": 0,
  5439.             "Page": 2,
  5440.             "Justify": 0,
  5441.             "EditLeft": 473,
  5442.             "EditTop": 264,
  5443.             "EditWidth": 143,
  5444.             "EditHeight": 13,
  5445.             "NumberOfLines": 1,
  5446.             "DefaultFont": "Tahoma,8,0,0",
  5447.             "DefPrecision": -1,
  5448.             "AutoCalc": 0
  5449.         },
  5450.         {
  5451.             "KeyWord": "GC3SalePrice",
  5452.             "FieldIndex": 483,
  5453.             "TypeOfField": 0,
  5454.             "CheckBox": 0,
  5455.             "Page": 2,
  5456.             "Justify": 0,
  5457.             "EditLeft": 548,
  5458.             "EditTop": 279,
  5459.             "EditWidth": 68,
  5460.             "EditHeight": 13,
  5461.             "NumberOfLines": 1,
  5462.             "DefaultFont": "Tahoma,8,0,0",
  5463.             "DefPrecision": -1,
  5464.             "AutoCalc": 0,
  5465.             "Dependencies": "-484,-539,-515,-514"
  5466.         },
  5467.         {
  5468.             "KeyWord": "GC3PriceGLA",
  5469.             "FieldIndex": 484,
  5470.             "TypeOfField": 0,
  5471.             "CheckBox": 0,
  5472.             "Page": 2,
  5473.             "Justify": 0,
  5474.             "EditLeft": 484,
  5475.             "EditTop": 294,
  5476.             "EditWidth": 55,
  5477.             "EditHeight": 13,
  5478.             "NumberOfLines": 1,
  5479.             "DefaultFont": "Tahoma,8,0,0",
  5480.             "DefPrecision": 2,
  5481.             "AutoCalc": 0,
  5482.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat s;\r\n\ts = atof(URAR0693.GC3GLASqFt);\r\n\tif s != 0 then\r\n\t\tURAR0693.GC3PriceGLA = ToString(atof(URAR0693.GC3SalePrice)/s,5);\r\n\telse\r\n\t\tURAR0693.GC3PriceGLA = \"\";\r\nend;\r\n",
  5483.             "Updates": "484"
  5484.         },
  5485.         {
  5486.             "KeyWord": "GC3DataSource1",
  5487.             "FieldIndex": 485,
  5488.             "TypeOfField": 0,
  5489.             "CheckBox": 0,
  5490.             "Page": 2,
  5491.             "Justify": 0,
  5492.             "EditLeft": 473,
  5493.             "EditTop": 309,
  5494.             "EditWidth": 143,
  5495.             "EditHeight": 13,
  5496.             "NumberOfLines": 1,
  5497.             "DefaultFont": "Tahoma,8,0,0",
  5498.             "DefPrecision": -1,
  5499.             "AutoCalc": 0
  5500.         },
  5501.         {
  5502.             "KeyWord": "GC3DataSource2",
  5503.             "FieldIndex": 486,
  5504.             "TypeOfField": 0,
  5505.             "CheckBox": 0,
  5506.             "Page": 2,
  5507.             "Justify": 0,
  5508.             "EditLeft": 473,
  5509.             "EditTop": 324,
  5510.             "EditWidth": 143,
  5511.             "EditHeight": 13,
  5512.             "NumberOfLines": 1,
  5513.             "DefaultFont": "Tahoma,8,0,0",
  5514.             "DefPrecision": -1,
  5515.             "AutoCalc": 0
  5516.         },
  5517.         {
  5518.             "KeyWord": "GC3PriorSale_1",
  5519.             "FieldIndex": 556,
  5520.             "TypeOfField": 0,
  5521.             "CheckBox": 0,
  5522.             "Page": 2,
  5523.             "Justify": 0,
  5524.             "EditLeft": 473,
  5525.             "EditTop": 866,
  5526.             "EditWidth": 143,
  5527.             "EditHeight": 13,
  5528.             "NumberOfLines": 1,
  5529.             "DefaultFont": "Tahoma,8,0,0",
  5530.             "DefPrecision": -1,
  5531.             "AutoCalc": 0
  5532.         },
  5533.         {
  5534.             "KeyWord": "GC3PriorSale_2",
  5535.             "FieldIndex": 557,
  5536.             "TypeOfField": 0,
  5537.             "CheckBox": 0,
  5538.             "Page": 2,
  5539.             "Justify": 0,
  5540.             "EditLeft": 472,
  5541.             "EditTop": 882,
  5542.             "EditWidth": 144,
  5543.             "EditHeight": 13,
  5544.             "NumberOfLines": 1,
  5545.             "DefaultFont": "Tahoma,8,0,0",
  5546.             "DefPrecision": -1,
  5547.             "AutoCalc": 0
  5548.         },
  5549.         {
  5550.             "KeyWord": "GC3PriorSale_3",
  5551.             "FieldIndex": 558,
  5552.             "TypeOfField": 0,
  5553.             "CheckBox": 0,
  5554.             "Page": 2,
  5555.             "Justify": 0,
  5556.             "EditLeft": 473,
  5557.             "EditTop": 898,
  5558.             "EditWidth": 143,
  5559.             "EditHeight": 13,
  5560.             "NumberOfLines": 1,
  5561.             "DefaultFont": "Tahoma,8,0,0",
  5562.             "DefPrecision": -1,
  5563.             "AutoCalc": 0
  5564.         },
  5565.         {
  5566.             "KeyWord": "GSULocation",
  5567.             "FieldIndex": 335,
  5568.             "TypeOfField": 0,
  5569.             "CheckBox": 0,
  5570.             "Page": 2,
  5571.             "Justify": 0,
  5572.             "EditLeft": 99,
  5573.             "EditTop": 399,
  5574.             "EditWidth": 80,
  5575.             "EditHeight": 13,
  5576.             "NumberOfLines": 1,
  5577.             "DefaultFont": "Tahoma,8,0,0",
  5578.             "DefPrecision": -1,
  5579.             "AutoCalc": 0,
  5580.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSULocation\");\r\nend;\r\n"
  5581.         },
  5582.         {
  5583.             "KeyWord": "GSULeasehold",
  5584.             "FieldIndex": 336,
  5585.             "TypeOfField": 0,
  5586.             "CheckBox": 0,
  5587.             "Page": 2,
  5588.             "Justify": 0,
  5589.             "EditLeft": 99,
  5590.             "EditTop": 414,
  5591.             "EditWidth": 80,
  5592.             "EditHeight": 13,
  5593.             "NumberOfLines": 1,
  5594.             "DefaultFont": "Tahoma,8,0,0",
  5595.             "DefPrecision": -1,
  5596.             "AutoCalc": 0,
  5597.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSULeasehold\");\r\nend;\r\n"
  5598.         },
  5599.         {
  5600.             "KeyWord": "GSUView",
  5601.             "FieldIndex": 338,
  5602.             "TypeOfField": 0,
  5603.             "CheckBox": 0,
  5604.             "Page": 2,
  5605.             "Justify": 0,
  5606.             "EditLeft": 99,
  5607.             "EditTop": 444,
  5608.             "EditWidth": 80,
  5609.             "EditHeight": 13,
  5610.             "NumberOfLines": 1,
  5611.             "DefaultFont": "Tahoma,8,0,0",
  5612.             "DefPrecision": -1,
  5613.             "AutoCalc": 0,
  5614.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUView\");\r\nend;\r\n"
  5615.         },
  5616.         {
  5617.             "KeyWord": "GSUDesign",
  5618.             "FieldIndex": 339,
  5619.             "TypeOfField": 0,
  5620.             "CheckBox": 0,
  5621.             "Page": 2,
  5622.             "Justify": 0,
  5623.             "EditLeft": 99,
  5624.             "EditTop": 459,
  5625.             "EditWidth": 80,
  5626.             "EditHeight": 13,
  5627.             "NumberOfLines": 1,
  5628.             "DefaultFont": "Tahoma,8,0,0",
  5629.             "DefPrecision": -1,
  5630.             "AutoCalc": 0,
  5631.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUDesign\");\r\nend;\r\n"
  5632.         },
  5633.         {
  5634.             "KeyWord": "GSUQualConstr",
  5635.             "FieldIndex": 340,
  5636.             "TypeOfField": 0,
  5637.             "CheckBox": 0,
  5638.             "Page": 2,
  5639.             "Justify": 0,
  5640.             "EditLeft": 99,
  5641.             "EditTop": 474,
  5642.             "EditWidth": 80,
  5643.             "EditHeight": 13,
  5644.             "NumberOfLines": 1,
  5645.             "DefaultFont": "Tahoma,8,0,0",
  5646.             "DefPrecision": -1,
  5647.             "AutoCalc": 0,
  5648.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUQualConstr\");\r\nend;\r\n"
  5649.         },
  5650.         {
  5651.             "KeyWord": "GSUAge",
  5652.             "FieldIndex": 341,
  5653.             "TypeOfField": 0,
  5654.             "CheckBox": 0,
  5655.             "Page": 2,
  5656.             "Justify": 0,
  5657.             "EditLeft": 99,
  5658.             "EditTop": 489,
  5659.             "EditWidth": 80,
  5660.             "EditHeight": 13,
  5661.             "NumberOfLines": 1,
  5662.             "DefaultFont": "Tahoma,8,0,0",
  5663.             "DefPrecision": -1,
  5664.             "AutoCalc": 0,
  5665.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUAge\");\r\nend;\r\n"
  5666.         },
  5667.         {
  5668.             "KeyWord": "GSUCondition",
  5669.             "FieldIndex": 342,
  5670.             "TypeOfField": 0,
  5671.             "CheckBox": 0,
  5672.             "Page": 2,
  5673.             "Justify": 0,
  5674.             "EditLeft": 99,
  5675.             "EditTop": 504,
  5676.             "EditWidth": 80,
  5677.             "EditHeight": 13,
  5678.             "NumberOfLines": 1,
  5679.             "DefaultFont": "Tahoma,8,0,0",
  5680.             "DefPrecision": -1,
  5681.             "AutoCalc": 0,
  5682.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUCondition\");\r\nend;\r\n"
  5683.         },
  5684.         {
  5685.             "KeyWord": "GSUTotRooms",
  5686.             "FieldIndex": 343,
  5687.             "TypeOfField": 0,
  5688.             "CheckBox": 0,
  5689.             "Page": 2,
  5690.             "Justify": 2,
  5691.             "EditLeft": 99,
  5692.             "EditTop": 535,
  5693.             "EditWidth": 23,
  5694.             "EditHeight": 13,
  5695.             "NumberOfLines": 1,
  5696.             "DefaultFont": "Tahoma,8,0,0",
  5697.             "DefPrecision": 0,
  5698.             "AutoCalc": 0,
  5699.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUTotRooms\");\r\nend;\r\n"
  5700.         },
  5701.         {
  5702.             "KeyWord": "GSUBedRooms",
  5703.             "FieldIndex": 344,
  5704.             "TypeOfField": 0,
  5705.             "CheckBox": 0,
  5706.             "Page": 2,
  5707.             "Justify": 2,
  5708.             "EditLeft": 125,
  5709.             "EditTop": 535,
  5710.             "EditWidth": 22,
  5711.             "EditHeight": 13,
  5712.             "NumberOfLines": 1,
  5713.             "DefaultFont": "Tahoma,8,0,0",
  5714.             "DefPrecision": 0,
  5715.             "AutoCalc": 0,
  5716.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUBedRooms\");\r\nend;\r\n"
  5717.         },
  5718.         {
  5719.             "KeyWord": "GSUBaths",
  5720.             "FieldIndex": 345,
  5721.             "TypeOfField": 0,
  5722.             "CheckBox": 0,
  5723.             "Page": 2,
  5724.             "Justify": 2,
  5725.             "EditLeft": 150,
  5726.             "EditTop": 535,
  5727.             "EditWidth": 29,
  5728.             "EditHeight": 13,
  5729.             "NumberOfLines": 1,
  5730.             "DefaultFont": "Tahoma,8,0,0",
  5731.             "DefPrecision": 2,
  5732.             "AutoCalc": 0,
  5733.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUBaths\");\r\nend;\r\n"
  5734.         },
  5735.         {
  5736.             "KeyWord": "GSUGLASqFt",
  5737.             "FieldIndex": 346,
  5738.             "TypeOfField": 0,
  5739.             "CheckBox": 0,
  5740.             "Page": 2,
  5741.             "Justify": 0,
  5742.             "EditLeft": 99,
  5743.             "EditTop": 550,
  5744.             "EditWidth": 53,
  5745.             "EditHeight": 13,
  5746.             "NumberOfLines": 1,
  5747.             "DefaultFont": "Tahoma,8,0,0",
  5748.             "DefPrecision": 0,
  5749.             "AutoCalc": 0,
  5750.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUPriceGLA\" is\r\nbegin\r\n\tif !Changed(\"URAR0693.GSUGLASqFt\") then\r\n\t\tURAR0693.GSUGLASqFt = URAR0693.RMSAGSqFtGLA;\r\n\r\n\tCopyField(\"URAR0693.GSUGLASqFt\");\r\nend;\r\n",
  5751.             "Dependencies": "332",
  5752.             "Updates": "346"
  5753.         },
  5754.         {
  5755.             "KeyWord": "GSUSite",
  5756.             "FieldIndex": 337,
  5757.             "TypeOfField": 0,
  5758.             "CheckBox": 0,
  5759.             "Page": 2,
  5760.             "Justify": 0,
  5761.             "EditLeft": 99,
  5762.             "EditTop": 429,
  5763.             "EditWidth": 80,
  5764.             "EditHeight": 13,
  5765.             "NumberOfLines": 1,
  5766.             "DefaultFont": "Tahoma,8,0,0",
  5767.             "DefPrecision": -1,
  5768.             "AutoCalc": 0,
  5769.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUSite\");\r\nend;\r\n"
  5770.         },
  5771.         {
  5772.             "KeyWord": "GSUBsmRooms1",
  5773.             "FieldIndex": 347,
  5774.             "TypeOfField": 0,
  5775.             "CheckBox": 0,
  5776.             "Page": 2,
  5777.             "Justify": 0,
  5778.             "EditLeft": 99,
  5779.             "EditTop": 565,
  5780.             "EditWidth": 80,
  5781.             "EditHeight": 13,
  5782.             "NumberOfLines": 1,
  5783.             "DefaultFont": "Tahoma,8,0,0",
  5784.             "DefPrecision": -1,
  5785.             "AutoCalc": 1,
  5786.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tstring f;\r\n\r\n\tif !Changed(\"URAR0693.GSUBsmRooms1\") then\r\n\tbegin\r\n\t\tf = URAR0693.BSMAreaSF;\r\n\t\tif IsEmpty(f) then\r\n\t\t\tf = \"None\";\r\n\r\n\t\tURAR0693.GSUBsmRooms1 = f;\r\n\tend;\r\n\r\n\tCopyField(\"URAR0693.GSUBsmRooms1\");\r\nend;\r\n",
  5787.             "Updates": "347"
  5788.         },
  5789.         {
  5790.             "KeyWord": "GSUBsmRooms2",
  5791.             "FieldIndex": 348,
  5792.             "TypeOfField": 0,
  5793.             "CheckBox": 0,
  5794.             "Page": 2,
  5795.             "Justify": 0,
  5796.             "EditLeft": 99,
  5797.             "EditTop": 580,
  5798.             "EditWidth": 80,
  5799.             "EditHeight": 13,
  5800.             "NumberOfLines": 1,
  5801.             "DefaultFont": "Tahoma,8,0,0",
  5802.             "DefPrecision": -1,
  5803.             "AutoCalc": 0,
  5804.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUBsmRooms2\");\r\nend;\r\n"
  5805.         },
  5806.         {
  5807.             "KeyWord": "GSUFuncUtil",
  5808.             "FieldIndex": 349,
  5809.             "TypeOfField": 0,
  5810.             "CheckBox": 0,
  5811.             "Page": 2,
  5812.             "Justify": 0,
  5813.             "EditLeft": 99,
  5814.             "EditTop": 595,
  5815.             "EditWidth": 80,
  5816.             "EditHeight": 13,
  5817.             "NumberOfLines": 1,
  5818.             "DefaultFont": "Tahoma,8,0,0",
  5819.             "DefPrecision": -1,
  5820.             "AutoCalc": 0,
  5821.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUFuncUtil\");\r\nend;\r\n"
  5822.         },
  5823.         {
  5824.             "KeyWord": "GSUHeatCool",
  5825.             "FieldIndex": 350,
  5826.             "TypeOfField": 0,
  5827.             "CheckBox": 0,
  5828.             "Page": 2,
  5829.             "Justify": 0,
  5830.             "EditLeft": 99,
  5831.             "EditTop": 610,
  5832.             "EditWidth": 80,
  5833.             "EditHeight": 13,
  5834.             "NumberOfLines": 1,
  5835.             "DefaultFont": "Tahoma,8,0,0",
  5836.             "DefPrecision": -1,
  5837.             "AutoCalc": 0,
  5838.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tstring cool, heat, fld;\r\n\tinteger Len;\r\n\r\n\tif !Changed(\"URAR0693.GSUHeatCool\") then\r\n\tbegin\r\n\t\theat = URAR0693.HACHeatType;\r\n\t\tcool = URAR0693.HACCoolCentral;\r\n\r\n\t\tif StrLeft(cool,3) == \"yes\" then\r\n\t\t\tcool = \"Central\";\r\n\t\telse\r\n\t\tbegin\r\n\t\t\tLen = StrLength(cool);\r\n\t\t\tIf (Len == 0) Then\r\n\t\t\t\tcool = URAR0693.HACCoolOther;\r\n\t\t\telse if StrLeft(cool,2) == \"no\" Then\r\n\t\t\tbegin\r\n\t\t\t\tif (Len == 2) Then\r\n\t\t\t\t\tcool = \"\";\r\n\t\t\t\telse if StrLeft(StrMid(cool,2),1) == \" \" Then\r\n\t\t\t\t\tcool = \"\";\r\n\t\t\tend;\r\n\t\t\telse\r\n\t\t\t\tcool = URAR0693.HACCoolOther;\r\n\t\tend;\r\n\r\n\t\tif IsEmpty(heat) then\r\n\t\t\tfld = cool;\r\n\t\telse if IsEmpty(cool) then\r\n\t\t\tfld = heat;\r\n\t\telse\r\n\t\t\tfld = heat + \"/\" + cool;\r\n\r\n\t\tURAR0693.GSUHeatCool = fld;\r\n\tend;\r\n\tCopyField(\"URAR0693.GSUHeatCool\");\r\nend;\r\n",
  5839.             "Updates": "350"
  5840.         },
  5841.         {
  5842.             "KeyWord": "GSUEnergyEff",
  5843.             "FieldIndex": 351,
  5844.             "TypeOfField": 0,
  5845.             "CheckBox": 0,
  5846.             "Page": 2,
  5847.             "Justify": 0,
  5848.             "EditLeft": 99,
  5849.             "EditTop": 625,
  5850.             "EditWidth": 80,
  5851.             "EditHeight": 13,
  5852.             "NumberOfLines": 1,
  5853.             "DefaultFont": "Tahoma,8,0,0",
  5854.             "DefPrecision": -1,
  5855.             "AutoCalc": 0,
  5856.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUEnergyEff\");\r\nend;\r\n"
  5857.         },
  5858.         {
  5859.             "KeyWord": "GSUGarCpt",
  5860.             "FieldIndex": 352,
  5861.             "TypeOfField": 0,
  5862.             "CheckBox": 0,
  5863.             "Page": 2,
  5864.             "Justify": 0,
  5865.             "EditLeft": 99,
  5866.             "EditTop": 640,
  5867.             "EditWidth": 80,
  5868.             "EditHeight": 13,
  5869.             "NumberOfLines": 1,
  5870.             "DefaultFont": "Tahoma,8,0,0",
  5871.             "DefPrecision": -1,
  5872.             "AutoCalc": 1,
  5873.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tinteger Cnt;\r\n\tstring fld;\r\n\r\n\tif !Changed(\"URAR0693.GSUGarCpt\") then\r\n\tbegin\r\n\t\tif !IsEmpty(URAR0693.CARNone_Box) Then\r\n\t\t\tfld = \"None\";\r\n\t\telse\r\n\t\tbegin\r\n\t\t\tCnt=atoi(URAR0693.CARGarAttached) + atoi(URAR0693.CARGarDetached) + \r\n\t\t\t\tatoi(URAR0693.CARGarBuiltIn) + atoi(URAR0693.CARCarport) + \r\n\t\t\t\tatoi(URAR0693.CARDriveway);\r\n\t\t\tif Cnt != 0 then\r\n\t\t\tbegin\r\n\t\t\t\tfld = ToString(Cnt);\r\n\r\n\t\t\t\tif !IsEmpty(URAR0693.CARGarAttached) or !IsEmpty(URAR0693.CARGarDetached) then\r\n\t\t\t\t\tfld = fld + \"-Garage\";\r\n\t\t\t\telse if !IsEmpty(URAR0693.CARGarBuiltIn) then\r\n\t\t\t\t\tfld = fld + \"-Garage\";\r\n\t\t\t\telse if !IsEmpty(URAR0693.CARCarport) then\r\n\t\t\t\t\tfld = fld + \"-Carport\";\r\n\t\t\t\telse if !IsEmpty(URAR0693.CARDriveway) then\r\n\t\t\t\t\tfld = fld + \"-Driveway\";\r\n\t\t\tend;\r\n\t\t\telse\r\n\t\t\t\tfld = \"None\";\r\n\t\tend;\r\n\r\n\t\tURAR0693.GSUGarCpt = fld;\r\n\tend;\r\n\tCopyField(\"URAR0693.GSUGarCpt\");\r\nend;\r\n",
  5874.             "Updates": "352"
  5875.         },
  5876.         {
  5877.             "KeyWord": "GSUPorchEtc1",
  5878.             "FieldIndex": 353,
  5879.             "TypeOfField": 0,
  5880.             "CheckBox": 0,
  5881.             "Page": 2,
  5882.             "Justify": 0,
  5883.             "EditLeft": 99,
  5884.             "EditTop": 655,
  5885.             "EditWidth": 80,
  5886.             "EditHeight": 13,
  5887.             "NumberOfLines": 1,
  5888.             "DefaultFont": "Tahoma,8,0,0",
  5889.             "DefPrecision": -1,
  5890.             "AutoCalc": 1,
  5891.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tstring fld;\r\n\r\n\tif !Changed(\"URAR0693.GSUPorchEtc1\") then\r\n\tbegin\r\n\t\tif IsEmpty(URAR0693.AMNPatio_Box) then\r\n\t\t\tfld = \"\";\r\n\t\telse\r\n\t\t\tfld = \"Patio\";\r\n\r\n\t\tif !IsEmpty(URAR0693.AMNDeck_Box) then\r\n\t\tbegin\r\n\t\t\tif !IsEmpty(fld) then\r\n\t\t\t\tfld = fld + \"/\";\r\n\r\n\t\t\tfld = fld + \"Deck\";\r\n\t\tend;\r\n\r\n\t\tif !IsEmpty(URAR0693.AMNPorch_Box) then\r\n\t\tbegin\r\n\t\t\tif !IsEmpty(fld) then\r\n\t\t\t\tfld = fld + \"/\";\r\n\r\n\t\t\tfld = fld + \"Porch\";\r\n\t\tend;\r\n\r\n\t\tif IsEmpty(fld) then\r\n\t\t\tfld = \"None\";\r\n\r\n\t\tURAR0693.GSUPorchEtc1 = fld;\r\n\tend;\r\n\tCopyField(\"URAR0693.GSUPorchEtc1\");\r\nend;\r\n",
  5892.             "Updates": "353"
  5893.         },
  5894.         {
  5895.             "KeyWord": "GSUPorchEtc2",
  5896.             "FieldIndex": 354,
  5897.             "TypeOfField": 0,
  5898.             "CheckBox": 0,
  5899.             "Page": 2,
  5900.             "Justify": 0,
  5901.             "EditLeft": 99,
  5902.             "EditTop": 671,
  5903.             "EditWidth": 80,
  5904.             "EditHeight": 13,
  5905.             "NumberOfLines": 1,
  5906.             "DefaultFont": "Tahoma,8,0,0",
  5907.             "DefPrecision": -1,
  5908.             "AutoCalc": 1,
  5909.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tstring fld;\r\n\tif !Changed(\"URAR0693.GSUPorchEtc2\") then\r\n\tbegin\r\n\t\tfld = URAR0693.AMNFireplace;\r\n\t\tif !IsEmpty(URAR0693.AMNFireplace_Box) then\r\n\t\tbegin\r\n\t\t\tif IsEmpty(fld) then\r\n\t\t\t\tfld = \"Fireplace\";\r\n\t\t\telse\r\n\t\t\t\tfld = fld + \"-Fireplace\";\r\n\t\tend;\r\n\t\telse\r\n\t\t\tfld = \"None\";\r\n\r\n\t\tURAR0693.GSUPorchEtc2 = fld;\r\n\tend;\r\n\tCopyField(\"URAR0693.GSUPorchEtc2\");\r\nend;\r\n",
  5910.             "Updates": "354"
  5911.         },
  5912.         {
  5913.             "KeyWord": "GSUFenceEtc",
  5914.             "FieldIndex": 355,
  5915.             "TypeOfField": 0,
  5916.             "CheckBox": 0,
  5917.             "Page": 2,
  5918.             "Justify": 0,
  5919.             "EditLeft": 99,
  5920.             "EditTop": 686,
  5921.             "EditWidth": 80,
  5922.             "EditHeight": 13,
  5923.             "NumberOfLines": 1,
  5924.             "DefaultFont": "Tahoma,8,0,0",
  5925.             "DefPrecision": -1,
  5926.             "AutoCalc": 1,
  5927.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"GSUFenceEtc\") is\r\nbegin\r\n\tstring fence, pool,fld;\r\n\r\n\tif  !Changed(\"URAR0693.GSUFenceEtc\") then\r\n\tbegin\r\n\t\tpool = \"\";\r\n\t\tif !IsEmpty(URAR0693.AMNPool_Box) then\r\n\t\tbegin\r\n\t\t\tif IsEmpty(URAR0693.AMNPool) then\r\n\t\t\t\tpool = \"Pool\";\r\n\t\t\telse\r\n\t\t\t\tpool = URAR0693.AMNPool + \" Pool\";\r\n\t\tend;\r\n\r\n\t\tfence = \"\";\r\n\t\tif !IsEmpty(URAR0693.AMNFence_Box) then\r\n\t\tbegin\r\n\t\t\tif IsEmpty(URAR0693.AMNFence) then\r\n\t\t\t\tfence = \"Fence\";\r\n\t\t\telse\r\n\t\t\t\tfence = URAR0693.AMNFence + \" Fence\";\r\n\t\tend;\r\n\r\n\t\tif IsEmpty(fence) and !IsEmpty(pool) then\r\n\t\t\tfld = pool;\r\n\t\telse if IsEmpty(pool) and !IsEmpty(fence) then\r\n\t\t\tfld = fence;\r\n\t\telse if !IsEmpty(pool) and !IsEmpty(fence) then\r\n\t\t\tfld = fence + \"/\" + pool;\r\n\t\telse\r\n\t\t\tfld = \"None\";\r\n\r\n\t\tURAR0693.GSUFenceEtc = fld;\r\n\tend;\r\n\tCopyField(\"URAR0693.GSUFenceEtc\");\r\nend;\r\n",
  5928.             "Updates": "355"
  5929.         },
  5930.         {
  5931.             "KeyWord": "GSUExtraItem_Text",
  5932.             "FieldIndex": 356,
  5933.             "TypeOfField": 0,
  5934.             "CheckBox": 0,
  5935.             "Page": 2,
  5936.             "Justify": 0,
  5937.             "EditLeft": 13,
  5938.             "EditTop": 701,
  5939.             "EditWidth": 83,
  5940.             "EditHeight": 13,
  5941.             "NumberOfLines": 1,
  5942.             "DefaultFont": "Tahoma,8,0,0",
  5943.             "DefPrecision": -1,
  5944.             "AutoCalc": 0,
  5945.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUExtraItem_Text\");\r\nend;\r\n"
  5946.         },
  5947.         {
  5948.             "KeyWord": "GSUExtraItem",
  5949.             "FieldIndex": 357,
  5950.             "TypeOfField": 0,
  5951.             "CheckBox": 0,
  5952.             "Page": 2,
  5953.             "Justify": 0,
  5954.             "EditLeft": 99,
  5955.             "EditTop": 701,
  5956.             "EditWidth": 80,
  5957.             "EditHeight": 13,
  5958.             "NumberOfLines": 1,
  5959.             "DefaultFont": "Tahoma,8,0,0",
  5960.             "DefPrecision": -1,
  5961.             "AutoCalc": 0,
  5962.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.GSUExtraItem\");\r\nend;\r\n"
  5963.         },
  5964.         {
  5965.             "KeyWord": "GC1SalesFin1",
  5966.             "FieldIndex": 365,
  5967.             "TypeOfField": 0,
  5968.             "CheckBox": 0,
  5969.             "Page": 2,
  5970.             "Justify": 0,
  5971.             "EditLeft": 182,
  5972.             "EditTop": 354,
  5973.             "EditWidth": 81,
  5974.             "EditHeight": 13,
  5975.             "NumberOfLines": 1,
  5976.             "DefaultFont": "Tahoma,8,0,0",
  5977.             "DefPrecision": -1,
  5978.             "AutoCalc": 0
  5979.         },
  5980.         {
  5981.             "KeyWord": "GC1SalesFin2",
  5982.             "FieldIndex": 366,
  5983.             "TypeOfField": 0,
  5984.             "CheckBox": 0,
  5985.             "Page": 2,
  5986.             "Justify": 0,
  5987.             "EditLeft": 182,
  5988.             "EditTop": 369,
  5989.             "EditWidth": 81,
  5990.             "EditHeight": 13,
  5991.             "NumberOfLines": 1,
  5992.             "DefaultFont": "Tahoma,8,0,0",
  5993.             "DefPrecision": -1,
  5994.             "AutoCalc": 0
  5995.         },
  5996.         {
  5997.             "KeyWord": "GC1DateOfSale",
  5998.             "FieldIndex": 367,
  5999.             "TypeOfField": 0,
  6000.             "CheckBox": 0,
  6001.             "Page": 2,
  6002.             "Justify": 0,
  6003.             "EditLeft": 182,
  6004.             "EditTop": 384,
  6005.             "EditWidth": 81,
  6006.             "EditHeight": 13,
  6007.             "NumberOfLines": 1,
  6008.             "DefaultFont": "Tahoma,8,0,0",
  6009.             "DefPrecision": -1,
  6010.             "AutoCalc": 0
  6011.         },
  6012.         {
  6013.             "KeyWord": "GC1Location",
  6014.             "FieldIndex": 368,
  6015.             "TypeOfField": 0,
  6016.             "CheckBox": 0,
  6017.             "Page": 2,
  6018.             "Justify": 0,
  6019.             "EditLeft": 182,
  6020.             "EditTop": 399,
  6021.             "EditWidth": 81,
  6022.             "EditHeight": 13,
  6023.             "NumberOfLines": 1,
  6024.             "DefaultFont": "Tahoma,8,0,0",
  6025.             "DefPrecision": -1,
  6026.             "AutoCalc": 0
  6027.         },
  6028.         {
  6029.             "KeyWord": "GC1Leasehold",
  6030.             "FieldIndex": 369,
  6031.             "TypeOfField": 0,
  6032.             "CheckBox": 0,
  6033.             "Page": 2,
  6034.             "Justify": 0,
  6035.             "EditLeft": 182,
  6036.             "EditTop": 414,
  6037.             "EditWidth": 81,
  6038.             "EditHeight": 13,
  6039.             "NumberOfLines": 1,
  6040.             "DefaultFont": "Tahoma,8,0,0",
  6041.             "DefPrecision": -1,
  6042.             "AutoCalc": 0
  6043.         },
  6044.         {
  6045.             "KeyWord": "GC1Site",
  6046.             "FieldIndex": 370,
  6047.             "TypeOfField": 0,
  6048.             "CheckBox": 0,
  6049.             "Page": 2,
  6050.             "Justify": 0,
  6051.             "EditLeft": 182,
  6052.             "EditTop": 429,
  6053.             "EditWidth": 81,
  6054.             "EditHeight": 13,
  6055.             "NumberOfLines": 1,
  6056.             "DefaultFont": "Tahoma,8,0,0",
  6057.             "DefPrecision": -1,
  6058.             "AutoCalc": 0
  6059.         },
  6060.         {
  6061.             "KeyWord": "GC1View",
  6062.             "FieldIndex": 371,
  6063.             "TypeOfField": 0,
  6064.             "CheckBox": 0,
  6065.             "Page": 2,
  6066.             "Justify": 0,
  6067.             "EditLeft": 182,
  6068.             "EditTop": 444,
  6069.             "EditWidth": 81,
  6070.             "EditHeight": 13,
  6071.             "NumberOfLines": 1,
  6072.             "DefaultFont": "Tahoma,8,0,0",
  6073.             "DefPrecision": -1,
  6074.             "AutoCalc": 0
  6075.         },
  6076.         {
  6077.             "KeyWord": "GC1Design",
  6078.             "FieldIndex": 372,
  6079.             "TypeOfField": 0,
  6080.             "CheckBox": 0,
  6081.             "Page": 2,
  6082.             "Justify": 0,
  6083.             "EditLeft": 182,
  6084.             "EditTop": 459,
  6085.             "EditWidth": 81,
  6086.             "EditHeight": 13,
  6087.             "NumberOfLines": 1,
  6088.             "DefaultFont": "Tahoma,8,0,0",
  6089.             "DefPrecision": -1,
  6090.             "AutoCalc": 0
  6091.         },
  6092.         {
  6093.             "KeyWord": "GC1QualConstr",
  6094.             "FieldIndex": 373,
  6095.             "TypeOfField": 0,
  6096.             "CheckBox": 0,
  6097.             "Page": 2,
  6098.             "Justify": 0,
  6099.             "EditLeft": 182,
  6100.             "EditTop": 474,
  6101.             "EditWidth": 81,
  6102.             "EditHeight": 13,
  6103.             "NumberOfLines": 1,
  6104.             "DefaultFont": "Tahoma,8,0,0",
  6105.             "DefPrecision": -1,
  6106.             "AutoCalc": 0
  6107.         },
  6108.         {
  6109.             "KeyWord": "GC1Age",
  6110.             "FieldIndex": 374,
  6111.             "TypeOfField": 0,
  6112.             "CheckBox": 0,
  6113.             "Page": 2,
  6114.             "Justify": 0,
  6115.             "EditLeft": 182,
  6116.             "EditTop": 489,
  6117.             "EditWidth": 81,
  6118.             "EditHeight": 13,
  6119.             "NumberOfLines": 1,
  6120.             "DefaultFont": "Tahoma,8,0,0",
  6121.             "DefPrecision": -1,
  6122.             "AutoCalc": 0
  6123.         },
  6124.         {
  6125.             "KeyWord": "GC1Condition",
  6126.             "FieldIndex": 375,
  6127.             "TypeOfField": 0,
  6128.             "CheckBox": 0,
  6129.             "Page": 2,
  6130.             "Justify": 0,
  6131.             "EditLeft": 182,
  6132.             "EditTop": 504,
  6133.             "EditWidth": 81,
  6134.             "EditHeight": 13,
  6135.             "NumberOfLines": 1,
  6136.             "DefaultFont": "Tahoma,8,0,0",
  6137.             "DefPrecision": -1,
  6138.             "AutoCalc": 0
  6139.         },
  6140.         {
  6141.             "KeyWord": "GC1TotRooms",
  6142.             "FieldIndex": 376,
  6143.             "TypeOfField": 0,
  6144.             "CheckBox": 0,
  6145.             "Page": 2,
  6146.             "Justify": 2,
  6147.             "EditLeft": 182,
  6148.             "EditTop": 535,
  6149.             "EditWidth": 23,
  6150.             "EditHeight": 13,
  6151.             "NumberOfLines": 1,
  6152.             "DefaultFont": "Tahoma,8,0,0",
  6153.             "DefPrecision": 0,
  6154.             "AutoCalc": 0
  6155.         },
  6156.         {
  6157.             "KeyWord": "GC1BedRooms",
  6158.             "FieldIndex": 377,
  6159.             "TypeOfField": 0,
  6160.             "CheckBox": 0,
  6161.             "Page": 2,
  6162.             "Justify": 2,
  6163.             "EditLeft": 208,
  6164.             "EditTop": 535,
  6165.             "EditWidth": 22,
  6166.             "EditHeight": 13,
  6167.             "NumberOfLines": 1,
  6168.             "DefaultFont": "Tahoma,8,0,0",
  6169.             "DefPrecision": 0,
  6170.             "AutoCalc": 0
  6171.         },
  6172.         {
  6173.             "KeyWord": "GC1Baths",
  6174.             "FieldIndex": 378,
  6175.             "TypeOfField": 0,
  6176.             "CheckBox": 0,
  6177.             "Page": 2,
  6178.             "Justify": 2,
  6179.             "EditLeft": 233,
  6180.             "EditTop": 535,
  6181.             "EditWidth": 30,
  6182.             "EditHeight": 13,
  6183.             "NumberOfLines": 1,
  6184.             "DefaultFont": "Tahoma,8,0,0",
  6185.             "DefPrecision": 2,
  6186.             "AutoCalc": 0
  6187.         },
  6188.         {
  6189.             "KeyWord": "GC1GLASqFt",
  6190.             "FieldIndex": 379,
  6191.             "TypeOfField": 0,
  6192.             "CheckBox": 0,
  6193.             "Page": 2,
  6194.             "Justify": 0,
  6195.             "EditLeft": 183,
  6196.             "EditTop": 550,
  6197.             "EditWidth": 49,
  6198.             "EditHeight": 13,
  6199.             "NumberOfLines": 1,
  6200.             "DefaultFont": "Tahoma,8,0,0",
  6201.             "DefPrecision": 0,
  6202.             "AutoCalc": 0,
  6203.             "Dependencies": "-362"
  6204.         },
  6205.         {
  6206.             "KeyWord": "GC1BsmRooms1",
  6207.             "FieldIndex": 380,
  6208.             "TypeOfField": 0,
  6209.             "CheckBox": 0,
  6210.             "Page": 2,
  6211.             "Justify": 0,
  6212.             "EditLeft": 182,
  6213.             "EditTop": 565,
  6214.             "EditWidth": 81,
  6215.             "EditHeight": 13,
  6216.             "NumberOfLines": 1,
  6217.             "DefaultFont": "Tahoma,8,0,0",
  6218.             "DefPrecision": -1,
  6219.             "AutoCalc": 0
  6220.         },
  6221.         {
  6222.             "KeyWord": "GC1BsmRooms2",
  6223.             "FieldIndex": 381,
  6224.             "TypeOfField": 0,
  6225.             "CheckBox": 0,
  6226.             "Page": 2,
  6227.             "Justify": 0,
  6228.             "EditLeft": 182,
  6229.             "EditTop": 580,
  6230.             "EditWidth": 81,
  6231.             "EditHeight": 13,
  6232.             "NumberOfLines": 1,
  6233.             "DefaultFont": "Tahoma,8,0,0",
  6234.             "DefPrecision": -1,
  6235.             "AutoCalc": 0
  6236.         },
  6237.         {
  6238.             "KeyWord": "GC1FuncUtil",
  6239.             "FieldIndex": 382,
  6240.             "TypeOfField": 0,
  6241.             "CheckBox": 0,
  6242.             "Page": 2,
  6243.             "Justify": 0,
  6244.             "EditLeft": 182,
  6245.             "EditTop": 595,
  6246.             "EditWidth": 81,
  6247.             "EditHeight": 13,
  6248.             "NumberOfLines": 1,
  6249.             "DefaultFont": "Tahoma,8,0,0",
  6250.             "DefPrecision": -1,
  6251.             "AutoCalc": 0
  6252.         },
  6253.         {
  6254.             "KeyWord": "GC1HeatCool",
  6255.             "FieldIndex": 383,
  6256.             "TypeOfField": 0,
  6257.             "CheckBox": 0,
  6258.             "Page": 2,
  6259.             "Justify": 0,
  6260.             "EditLeft": 182,
  6261.             "EditTop": 610,
  6262.             "EditWidth": 81,
  6263.             "EditHeight": 13,
  6264.             "NumberOfLines": 1,
  6265.             "DefaultFont": "Tahoma,8,0,0",
  6266.             "DefPrecision": -1,
  6267.             "AutoCalc": 0
  6268.         },
  6269.         {
  6270.             "KeyWord": "GC1EnergyEff",
  6271.             "FieldIndex": 384,
  6272.             "TypeOfField": 0,
  6273.             "CheckBox": 0,
  6274.             "Page": 2,
  6275.             "Justify": 0,
  6276.             "EditLeft": 182,
  6277.             "EditTop": 625,
  6278.             "EditWidth": 81,
  6279.             "EditHeight": 13,
  6280.             "NumberOfLines": 1,
  6281.             "DefaultFont": "Tahoma,8,0,0",
  6282.             "DefPrecision": -1,
  6283.             "AutoCalc": 0
  6284.         },
  6285.         {
  6286.             "KeyWord": "GC1GarCpt",
  6287.             "FieldIndex": 385,
  6288.             "TypeOfField": 0,
  6289.             "CheckBox": 0,
  6290.             "Page": 2,
  6291.             "Justify": 0,
  6292.             "EditLeft": 182,
  6293.             "EditTop": 640,
  6294.             "EditWidth": 81,
  6295.             "EditHeight": 13,
  6296.             "NumberOfLines": 1,
  6297.             "DefaultFont": "Tahoma,8,0,0",
  6298.             "DefPrecision": -1,
  6299.             "AutoCalc": 0
  6300.         },
  6301.         {
  6302.             "KeyWord": "GC1PorchEtc1",
  6303.             "FieldIndex": 386,
  6304.             "TypeOfField": 0,
  6305.             "CheckBox": 0,
  6306.             "Page": 2,
  6307.             "Justify": 0,
  6308.             "EditLeft": 182,
  6309.             "EditTop": 655,
  6310.             "EditWidth": 81,
  6311.             "EditHeight": 13,
  6312.             "NumberOfLines": 1,
  6313.             "DefaultFont": "Tahoma,8,0,0",
  6314.             "DefPrecision": -1,
  6315.             "AutoCalc": 0
  6316.         },
  6317.         {
  6318.             "KeyWord": "GC1PorchEtc2",
  6319.             "FieldIndex": 387,
  6320.             "TypeOfField": 0,
  6321.             "CheckBox": 0,
  6322.             "Page": 2,
  6323.             "Justify": 0,
  6324.             "EditLeft": 182,
  6325.             "EditTop": 671,
  6326.             "EditWidth": 81,
  6327.             "EditHeight": 13,
  6328.             "NumberOfLines": 1,
  6329.             "DefaultFont": "Tahoma,8,0,0",
  6330.             "DefPrecision": -1,
  6331.             "AutoCalc": 0
  6332.         },
  6333.         {
  6334.             "KeyWord": "GC1FenceEtc",
  6335.             "FieldIndex": 388,
  6336.             "TypeOfField": 0,
  6337.             "CheckBox": 0,
  6338.             "Page": 2,
  6339.             "Justify": 0,
  6340.             "EditLeft": 182,
  6341.             "EditTop": 686,
  6342.             "EditWidth": 81,
  6343.             "EditHeight": 13,
  6344.             "NumberOfLines": 1,
  6345.             "DefaultFont": "Tahoma,8,0,0",
  6346.             "DefPrecision": -1,
  6347.             "AutoCalc": 0
  6348.         },
  6349.         {
  6350.             "KeyWord": "GC1ExtraItem",
  6351.             "FieldIndex": 389,
  6352.             "TypeOfField": 0,
  6353.             "CheckBox": 0,
  6354.             "Page": 2,
  6355.             "Justify": 0,
  6356.             "EditLeft": 182,
  6357.             "EditTop": 701,
  6358.             "EditWidth": 81,
  6359.             "EditHeight": 13,
  6360.             "NumberOfLines": 1,
  6361.             "DefaultFont": "Tahoma,8,0,0",
  6362.             "DefPrecision": -1,
  6363.             "AutoCalc": 0
  6364.         },
  6365.         {
  6366.             "KeyWord": "GC1SalesFin1Adj",
  6367.             "FieldIndex": 394,
  6368.             "TypeOfField": 0,
  6369.             "CheckBox": 0,
  6370.             "Page": 2,
  6371.             "Justify": 1,
  6372.             "EditLeft": 266,
  6373.             "EditTop": 354,
  6374.             "EditWidth": 59,
  6375.             "EditHeight": 13,
  6376.             "NumberOfLines": 1,
  6377.             "DefaultFont": "Tahoma,8,0,0",
  6378.             "DefPrecision": 0,
  6379.             "AutoCalc": 0,
  6380.             "Dependencies": "-392,-417"
  6381.         },
  6382.         {
  6383.             "KeyWord": "GC1SalesFin2Adj",
  6384.             "FieldIndex": 395,
  6385.             "TypeOfField": 0,
  6386.             "CheckBox": 0,
  6387.             "Page": 2,
  6388.             "Justify": 1,
  6389.             "EditLeft": 266,
  6390.             "EditTop": 369,
  6391.             "EditWidth": 59,
  6392.             "EditHeight": 13,
  6393.             "NumberOfLines": 1,
  6394.             "DefaultFont": "Tahoma,8,0,0",
  6395.             "DefPrecision": 0,
  6396.             "AutoCalc": 0,
  6397.             "Dependencies": "-392,-417,-393"
  6398.         },
  6399.         {
  6400.             "KeyWord": "GC1DateOfSaleAdj",
  6401.             "FieldIndex": 396,
  6402.             "TypeOfField": 0,
  6403.             "CheckBox": 0,
  6404.             "Page": 2,
  6405.             "Justify": 1,
  6406.             "EditLeft": 266,
  6407.             "EditTop": 384,
  6408.             "EditWidth": 59,
  6409.             "EditHeight": 13,
  6410.             "NumberOfLines": 1,
  6411.             "DefaultFont": "Tahoma,8,0,0",
  6412.             "DefPrecision": 0,
  6413.             "AutoCalc": 0,
  6414.             "Dependencies": "-392,-417,-393"
  6415.         },
  6416.         {
  6417.             "KeyWord": "GC1LocationAdj",
  6418.             "FieldIndex": 397,
  6419.             "TypeOfField": 0,
  6420.             "CheckBox": 0,
  6421.             "Page": 2,
  6422.             "Justify": 1,
  6423.             "EditLeft": 266,
  6424.             "EditTop": 399,
  6425.             "EditWidth": 59,
  6426.             "EditHeight": 13,
  6427.             "NumberOfLines": 1,
  6428.             "DefaultFont": "Tahoma,8,0,0",
  6429.             "DefPrecision": 0,
  6430.             "AutoCalc": 0,
  6431.             "Dependencies": "-392,-417,-393"
  6432.         },
  6433.         {
  6434.             "KeyWord": "GC1LeaseholdAdj",
  6435.             "FieldIndex": 398,
  6436.             "TypeOfField": 0,
  6437.             "CheckBox": 0,
  6438.             "Page": 2,
  6439.             "Justify": 1,
  6440.             "EditLeft": 266,
  6441.             "EditTop": 414,
  6442.             "EditWidth": 59,
  6443.             "EditHeight": 13,
  6444.             "NumberOfLines": 1,
  6445.             "DefaultFont": "Tahoma,8,0,0",
  6446.             "DefPrecision": 0,
  6447.             "AutoCalc": 0,
  6448.             "Dependencies": "-392,-417,-393"
  6449.         },
  6450.         {
  6451.             "KeyWord": "GC1SiteAdj",
  6452.             "FieldIndex": 399,
  6453.             "TypeOfField": 0,
  6454.             "CheckBox": 0,
  6455.             "Page": 2,
  6456.             "Justify": 1,
  6457.             "EditLeft": 266,
  6458.             "EditTop": 429,
  6459.             "EditWidth": 59,
  6460.             "EditHeight": 13,
  6461.             "NumberOfLines": 1,
  6462.             "DefaultFont": "Tahoma,8,0,0",
  6463.             "DefPrecision": 0,
  6464.             "AutoCalc": 0,
  6465.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC1SiteAdj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUSite URAR0693.GC1Site URAR0693.GC2Site URAR0693.GC3Site */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC1SiteAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUSite);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1Site) Then\r\n\t\t\tURAR0693.GC1SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC1Site)) * n2)/100)*100, 0);\r\n\t\telse\r\n\t\t\tURAR0693.GC1SiteAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2Site) Then\r\n\t\t\tURAR0693.GC2SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC2Site)) * n2)/100)*100, 0);\r\n\t\telse\r\n\t\t\tURAR0693.GC2SiteAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3Site) Then\r\n\t\t\tURAR0693.GC3SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC3Site)) * n2)/100)*100, 0);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3SiteAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1Site) Then\r\n\t\t\tSComp4to6.GC1SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC1Site)) * n2)/100)*100, 0);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1SiteAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2Site) Then\r\n\t\t\tSComp4to6.GC2SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC2Site)) * n2)/100)*100, 0);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2SiteAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3Site) Then\r\n\t\t\tSComp4to6.GC3SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC3Site)) * n2)/100)*100, 0);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3SiteAdj = \"\";\r\n\tEnd;\r\nend;\r\n",
  6466.             "Dependencies": "392,417,478,539,393,453,454,514,515",
  6467.             "Updates": "399,460,521"
  6468.         },
  6469.         {
  6470.             "KeyWord": "GC1ViewAdj",
  6471.             "FieldIndex": 400,
  6472.             "TypeOfField": 0,
  6473.             "CheckBox": 0,
  6474.             "Page": 2,
  6475.             "Justify": 1,
  6476.             "EditLeft": 266,
  6477.             "EditTop": 444,
  6478.             "EditWidth": 59,
  6479.             "EditHeight": 13,
  6480.             "NumberOfLines": 1,
  6481.             "DefaultFont": "Tahoma,8,0,0",
  6482.             "DefPrecision": 0,
  6483.             "AutoCalc": 0,
  6484.             "Dependencies": "-392,-417,-393"
  6485.         },
  6486.         {
  6487.             "KeyWord": "GC1DesignAdj",
  6488.             "FieldIndex": 401,
  6489.             "TypeOfField": 0,
  6490.             "CheckBox": 0,
  6491.             "Page": 2,
  6492.             "Justify": 1,
  6493.             "EditLeft": 266,
  6494.             "EditTop": 459,
  6495.             "EditWidth": 59,
  6496.             "EditHeight": 13,
  6497.             "NumberOfLines": 1,
  6498.             "DefaultFont": "Tahoma,8,0,0",
  6499.             "DefPrecision": 0,
  6500.             "AutoCalc": 0,
  6501.             "Dependencies": "-392,-417,-393"
  6502.         },
  6503.         {
  6504.             "KeyWord": "GC1QualConstrAdj",
  6505.             "FieldIndex": 402,
  6506.             "TypeOfField": 0,
  6507.             "CheckBox": 0,
  6508.             "Page": 2,
  6509.             "Justify": 1,
  6510.             "EditLeft": 266,
  6511.             "EditTop": 474,
  6512.             "EditWidth": 59,
  6513.             "EditHeight": 13,
  6514.             "NumberOfLines": 1,
  6515.             "DefaultFont": "Tahoma,8,0,0",
  6516.             "DefPrecision": 0,
  6517.             "AutoCalc": 0,
  6518.             "Dependencies": "-392,-417,-393"
  6519.         },
  6520.         {
  6521.             "KeyWord": "GC1AgeAdj",
  6522.             "FieldIndex": 403,
  6523.             "TypeOfField": 0,
  6524.             "CheckBox": 0,
  6525.             "Page": 2,
  6526.             "Justify": 1,
  6527.             "EditLeft": 266,
  6528.             "EditTop": 489,
  6529.             "EditWidth": 59,
  6530.             "EditHeight": 13,
  6531.             "NumberOfLines": 1,
  6532.             "DefaultFont": "Tahoma,8,0,0",
  6533.             "DefPrecision": 0,
  6534.             "AutoCalc": 0,
  6535.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC1AgeAdj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUAge URAR0693.GC1Age URAR0693.GC2Age URAR0693.GC3Age */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC1AgeAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUAge);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif n1 < 1000 then\r\n\t\t\tn2 = 0-n2;\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1Age) Then\r\n\t\t\tURAR0693.GC1AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC1Age)) * n2)/100)*100, 0);\r\n\t\telse\r\n\t\t\tURAR0693.GC1AgeAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2Age) Then\r\n\t\t\tURAR0693.GC2AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC2Age)) * n2)/100)*100, 0);\r\n\t\telse\r\n\t\t\tURAR0693.GC2AgeAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3Age) Then\r\n\t\t\tURAR0693.GC3AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC3Age)) * n2)/100)*100, 0);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3AgeAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1Age) Then\r\n\t\t\tSComp4to6.GC1AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC1Age)) * n2)/100)*100, 0);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1AgeAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2Age) Then\r\n\t\t\tSComp4to6.GC2AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC2Age)) * n2)/100)*100, 0);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2AgeAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3Age) Then\r\n\t\t\tSComp4to6.GC3AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC3Age)) * n2)/100)*100, 0);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3AgeAdj = \"\";\r\n\tEnd;\r\nend;\r\n",
  6536.             "Dependencies": "392,417,478,539,393,453,454,514,515",
  6537.             "Updates": "403,464,525"
  6538.         },
  6539.         {
  6540.             "KeyWord": "GC1ConditionAdj",
  6541.             "FieldIndex": 404,
  6542.             "TypeOfField": 0,
  6543.             "CheckBox": 0,
  6544.             "Page": 2,
  6545.             "Justify": 1,
  6546.             "EditLeft": 266,
  6547.             "EditTop": 504,
  6548.             "EditWidth": 59,
  6549.             "EditHeight": 13,
  6550.             "NumberOfLines": 1,
  6551.             "DefaultFont": "Tahoma,8,0,0",
  6552.             "DefPrecision": 0,
  6553.             "AutoCalc": 0,
  6554.             "Dependencies": "-392,-417,-393"
  6555.         },
  6556.         {
  6557.             "KeyWord": "GC1RoomsAdj",
  6558.             "FieldIndex": 405,
  6559.             "TypeOfField": 0,
  6560.             "CheckBox": 0,
  6561.             "Page": 2,
  6562.             "Justify": 1,
  6563.             "EditLeft": 266,
  6564.             "EditTop": 535,
  6565.             "EditWidth": 59,
  6566.             "EditHeight": 13,
  6567.             "NumberOfLines": 1,
  6568.             "DefaultFont": "Tahoma,8,0,0",
  6569.             "DefPrecision": 0,
  6570.             "AutoCalc": 0,
  6571.             "Dependencies": "-392,-417,-393"
  6572.         },
  6573.         {
  6574.             "KeyWord": "GC1BsmRooms1Adj",
  6575.             "FieldIndex": 407,
  6576.             "TypeOfField": 0,
  6577.             "CheckBox": 0,
  6578.             "Page": 2,
  6579.             "Justify": 1,
  6580.             "EditLeft": 266,
  6581.             "EditTop": 565,
  6582.             "EditWidth": 59,
  6583.             "EditHeight": 13,
  6584.             "NumberOfLines": 1,
  6585.             "DefaultFont": "Tahoma,8,0,0",
  6586.             "DefPrecision": 0,
  6587.             "AutoCalc": 0,
  6588.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC1BsmRooms1Adj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUBsmRooms1 URAR0693.GC1BsmRooms1 URAR0693.GC2BsmRooms1 URAR0693.GC3BsmRooms1 */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC1BsmRooms1Adj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUBsmRooms1);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1BsmRooms1) Then\r\n\t\t\tURAR0693.GC1BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC1BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1BsmRooms1Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2BsmRooms1) Then\r\n\t\t\tURAR0693.GC2BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC2BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2BsmRooms1Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3BsmRooms1) Then\r\n\t\t\tURAR0693.GC3BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC3BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3BsmRooms1Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1BsmRooms1) Then\r\n\t\t\tSComp4to6.GC1BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1BsmRooms1Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2BsmRooms1) Then\r\n\t\t\tSComp4to6.GC2BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC2BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2BsmRooms1Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3BsmRooms1) Then\r\n\t\t\tSComp4to6.GC3BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC3BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3BsmRooms1Adj = \"\";\r\n\tEnd;\r\nend;\r\n",
  6589.             "Dependencies": "392,417,478,539,393,453,454,514,515",
  6590.             "Updates": "407,468,529"
  6591.         },
  6592.         {
  6593.             "KeyWord": "GC1BsmRooms2Adj",
  6594.             "FieldIndex": 408,
  6595.             "TypeOfField": 0,
  6596.             "CheckBox": 0,
  6597.             "Page": 2,
  6598.             "Justify": 1,
  6599.             "EditLeft": 266,
  6600.             "EditTop": 580,
  6601.             "EditWidth": 59,
  6602.             "EditHeight": 13,
  6603.             "NumberOfLines": 1,
  6604.             "DefaultFont": "Tahoma,8,0,0",
  6605.             "DefPrecision": 0,
  6606.             "AutoCalc": 0,
  6607.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC1BsmRooms2Adj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUBsmRooms2 URAR0693.GC1BsmRooms2 URAR0693.GC2BsmRooms2 URAR0693.GC3BsmRooms2 */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC1BsmRooms2Adj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUBsmRooms2);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1BsmRooms2) Then\r\n\t\t\tURAR0693.GC1BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1BsmRooms2Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2BsmRooms2) Then\r\n\t\t\tURAR0693.GC2BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC2BsmRooms2)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2BsmRooms2Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3BsmRooms2) Then\r\n\t\t\tURAR0693.GC3BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC3BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3BsmRooms2Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1BsmRooms2) Then\r\n\t\t\tSComp4to6.GC1BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1BsmRooms2Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2BsmRooms2) Then\r\n\t\t\tSComp4to6.GC2BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2BsmRooms2Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3BsmRooms2) Then\r\n\t\t\tSComp4to6.GC3BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3BsmRooms2Adj = \"\";\r\n\tEnd;\r\nend;\r\n",
  6608.             "Dependencies": "392,417,478,539,393,453,454,514,515",
  6609.             "Updates": "408,469,530"
  6610.         },
  6611.         {
  6612.             "KeyWord": "GC1FuncUtilAdj",
  6613.             "FieldIndex": 409,
  6614.             "TypeOfField": 0,
  6615.             "CheckBox": 0,
  6616.             "Page": 2,
  6617.             "Justify": 1,
  6618.             "EditLeft": 266,
  6619.             "EditTop": 595,
  6620.             "EditWidth": 59,
  6621.             "EditHeight": 13,
  6622.             "NumberOfLines": 1,
  6623.             "DefaultFont": "Tahoma,8,0,0",
  6624.             "DefPrecision": 0,
  6625.             "AutoCalc": 0,
  6626.             "Dependencies": "-392,-417,-393"
  6627.         },
  6628.         {
  6629.             "KeyWord": "GC1GLASqFtAdj",
  6630.             "FieldIndex": 406,
  6631.             "TypeOfField": 0,
  6632.             "CheckBox": 0,
  6633.             "Page": 2,
  6634.             "Justify": 1,
  6635.             "EditLeft": 266,
  6636.             "EditTop": 550,
  6637.             "EditWidth": 59,
  6638.             "EditHeight": 13,
  6639.             "NumberOfLines": 1,
  6640.             "DefaultFont": "Tahoma,8,0,0",
  6641.             "DefPrecision": 0,
  6642.             "AutoCalc": 0,
  6643.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC2GLASqFtAdj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUGLASqFt URAR0693.GC1GLASqFt URAR0693.GC2GLASqFt URAR0693.GC3GLASqFt */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC1GLASqFtAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUGLASqFt);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1GLASqFt) Then\r\n\t\t\tURAR0693.GC1GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC1GLASqFt)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1GLASqFtAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2GLASqFt) Then\r\n\t\t\tURAR0693.GC2GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC2GLASqFt)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2GLASqFtAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3GLASqFt) Then\r\n\t\t\tURAR0693.GC3GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC3GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3GLASqFtAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1GLASqFt) Then\r\n\t\t\tSComp4to6.GC1GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC1GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1GLASqFtAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2GLASqFt) Then\r\n\t\t\tSComp4to6.GC2GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC2GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2GLASqFtAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3GLASqFt) Then\r\n\t\t\tSComp4to6.GC3GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC3GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3GLASqFtAdj = \"\";\r\n\tEnd;\r\nend;\r\n",
  6644.             "Dependencies": "392,417,478,539,393,453,454,514,515",
  6645.             "Updates": "406,467,528"
  6646.         },
  6647.         {
  6648.             "KeyWord": "GC2AdjPrice1_Text",
  6649.             "FieldIndex": 453,
  6650.             "TypeOfField": 0,
  6651.             "CheckBox": 0,
  6652.             "Page": 2,
  6653.             "Justify": 0,
  6654.             "EditLeft": 330,
  6655.             "EditTop": 732,
  6656.             "EditWidth": 58,
  6657.             "EditHeight": 13,
  6658.             "NumberOfLines": 1,
  6659.             "DefaultFont": "Tahoma,8,0,0",
  6660.             "DefPrecision": 2,
  6661.             "AutoCalc": 0,
  6662.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat adj, price;\r\n\tstring gross;\r\n\tprice = atof(URAR0693.GC2SalePrice);\r\n\tif price != 0 then\r\n\tbegin\r\n\t\tadj=abs(atof(URAR0693.GC2SalesFin1Adj))  + abs(atof(URAR0693.GC2SalesFin2Adj)) + \r\n\t\t\tabs(atof(URAR0693.GC2DateOfSaleAdj)) + abs(atof(URAR0693.GC2LocationAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC2LeaseholdAdj))\t + abs(atof(URAR0693.GC2SiteAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC2ViewAdj))\t\t + abs(atof(URAR0693.GC2DesignAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC2QualConstrAdj)) + abs(atof(URAR0693.GC2AgeAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC2ConditionAdj))\t + abs(atof(URAR0693.GC2RoomsAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC2GLASqFtAdj))\t + abs(atof(URAR0693.GC2BsmRooms1Adj)) +\r\n\t\t\tabs(atof(URAR0693.GC2BsmRooms2Adj))\t + abs(atof(URAR0693.GC2FuncUtilAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC2HeatCoolAdj))\t + abs(atof(URAR0693.GC2EnergyEffAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC2GarCptAdj))\t + abs(atof(URAR0693.GC2PorchEtc1Adj)) +\r\n\t\t\tabs(atof(URAR0693.GC2PorchEtc2Adj))\t + abs(atof(URAR0693.GC2FenceEtcAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC2ExtraItemAdj));\r\n\r\n\t\tgross = \"       \"+ToString(adj/price * 100, 2)+\"%\";\r\n\t\tURAR0693.GC2AdjPrice1_Text = \"G:\"+StrRight(gross,7);\r\n\tend;\r\n\telse\r\n\t\tURAR0693.GC2AdjPrice1_Text = \"\";\r\nend;\r\n",
  6663.             "Updates": "453"
  6664.         },
  6665.         {
  6666.             "KeyWord": "GC1HeatCoolAdj",
  6667.             "FieldIndex": 410,
  6668.             "TypeOfField": 0,
  6669.             "CheckBox": 0,
  6670.             "Page": 2,
  6671.             "Justify": 1,
  6672.             "EditLeft": 266,
  6673.             "EditTop": 610,
  6674.             "EditWidth": 59,
  6675.             "EditHeight": 13,
  6676.             "NumberOfLines": 1,
  6677.             "DefaultFont": "Tahoma,8,0,0",
  6678.             "DefPrecision": 0,
  6679.             "AutoCalc": 0,
  6680.             "Dependencies": "-392,-417,-393"
  6681.         },
  6682.         {
  6683.             "KeyWord": "GC1EnergyEffAdj",
  6684.             "FieldIndex": 411,
  6685.             "TypeOfField": 0,
  6686.             "CheckBox": 0,
  6687.             "Page": 2,
  6688.             "Justify": 1,
  6689.             "EditLeft": 266,
  6690.             "EditTop": 625,
  6691.             "EditWidth": 59,
  6692.             "EditHeight": 13,
  6693.             "NumberOfLines": 1,
  6694.             "DefaultFont": "Tahoma,8,0,0",
  6695.             "DefPrecision": 0,
  6696.             "AutoCalc": 0,
  6697.             "Dependencies": "-392,-417,-393"
  6698.         },
  6699.         {
  6700.             "KeyWord": "GC1GarCptAdj",
  6701.             "FieldIndex": 412,
  6702.             "TypeOfField": 0,
  6703.             "CheckBox": 0,
  6704.             "Page": 2,
  6705.             "Justify": 1,
  6706.             "EditLeft": 266,
  6707.             "EditTop": 640,
  6708.             "EditWidth": 59,
  6709.             "EditHeight": 13,
  6710.             "NumberOfLines": 1,
  6711.             "DefaultFont": "Tahoma,8,0,0",
  6712.             "DefPrecision": 0,
  6713.             "AutoCalc": 0,
  6714.             "Dependencies": "-392,-417,-393"
  6715.         },
  6716.         {
  6717.             "KeyWord": "GC1PorchEtc1Adj",
  6718.             "FieldIndex": 413,
  6719.             "TypeOfField": 0,
  6720.             "CheckBox": 0,
  6721.             "Page": 2,
  6722.             "Justify": 1,
  6723.             "EditLeft": 266,
  6724.             "EditTop": 655,
  6725.             "EditWidth": 59,
  6726.             "EditHeight": 13,
  6727.             "NumberOfLines": 1,
  6728.             "DefaultFont": "Tahoma,8,0,0",
  6729.             "DefPrecision": 0,
  6730.             "AutoCalc": 0,
  6731.             "Dependencies": "-392,-417,-393"
  6732.         },
  6733.         {
  6734.             "KeyWord": "GC1PorchEtc2Adj",
  6735.             "FieldIndex": 414,
  6736.             "TypeOfField": 0,
  6737.             "CheckBox": 0,
  6738.             "Page": 2,
  6739.             "Justify": 1,
  6740.             "EditLeft": 266,
  6741.             "EditTop": 671,
  6742.             "EditWidth": 59,
  6743.             "EditHeight": 13,
  6744.             "NumberOfLines": 1,
  6745.             "DefaultFont": "Tahoma,8,0,0",
  6746.             "DefPrecision": 0,
  6747.             "AutoCalc": 0,
  6748.             "Dependencies": "-392,-417,-393"
  6749.         },
  6750.         {
  6751.             "KeyWord": "GC1FenceEtcAdj",
  6752.             "FieldIndex": 415,
  6753.             "TypeOfField": 0,
  6754.             "CheckBox": 0,
  6755.             "Page": 2,
  6756.             "Justify": 1,
  6757.             "EditLeft": 265,
  6758.             "EditTop": 686,
  6759.             "EditWidth": 60,
  6760.             "EditHeight": 13,
  6761.             "NumberOfLines": 1,
  6762.             "DefaultFont": "Tahoma,8,0,0",
  6763.             "DefPrecision": 0,
  6764.             "AutoCalc": 0,
  6765.             "Dependencies": "-392,-417,-393"
  6766.         },
  6767.         {
  6768.             "KeyWord": "GC1ExtraItemAdj",
  6769.             "FieldIndex": 416,
  6770.             "TypeOfField": 0,
  6771.             "CheckBox": 0,
  6772.             "Page": 2,
  6773.             "Justify": 1,
  6774.             "EditLeft": 266,
  6775.             "EditTop": 701,
  6776.             "EditWidth": 59,
  6777.             "EditHeight": 13,
  6778.             "NumberOfLines": 1,
  6779.             "DefaultFont": "Tahoma,8,0,0",
  6780.             "DefPrecision": 0,
  6781.             "AutoCalc": 0,
  6782.             "Dependencies": "-392,-417,-393"
  6783.         },
  6784.         {
  6785.             "KeyWord": "GC1NetAdjAmt",
  6786.             "FieldIndex": 417,
  6787.             "TypeOfField": 0,
  6788.             "CheckBox": 0,
  6789.             "Page": 2,
  6790.             "Justify": 1,
  6791.             "EditLeft": 261,
  6792.             "EditTop": 716,
  6793.             "EditWidth": 64,
  6794.             "EditHeight": 13,
  6795.             "NumberOfLines": 1,
  6796.             "DefaultFont": "Tahoma,8,0,0",
  6797.             "DefPrecision": 0,
  6798.             "AutoCalc": 0,
  6799.             "Formula": "routine main() returns nothing is\r\n/* no depends URAR0693.GC1Plus_Box URAR0693.GC1Minus_Box */\r\nbegin\r\n\tfloat adj, price;\r\n\tadj =\tatof(URAR0693.GC1SalesFin1Adj)  + atof(URAR0693.GC1SalesFin2Adj) + \r\n\t\t\tatof(URAR0693.GC1DateOfSaleAdj) + atof(URAR0693.GC1LocationAdj) +\r\n\t\t\tatof(URAR0693.GC1LeaseholdAdj)\t+ atof(URAR0693.GC1SiteAdj) +\r\n\t\t\tatof(URAR0693.GC1ViewAdj)\t\t+ atof(URAR0693.GC1DesignAdj) +\r\n\t\t\tatof(URAR0693.GC1QualConstrAdj) + atof(URAR0693.GC1AgeAdj) +\r\n\t\t\tatof(URAR0693.GC1ConditionAdj)\t+ atof(URAR0693.GC1RoomsAdj) +\r\n\t\t\tatof(URAR0693.GC1GLASqFtAdj)\t+ atof(URAR0693.GC1BsmRooms1Adj) +\r\n\t\t\tatof(URAR0693.GC1BsmRooms2Adj)\t+ atof(URAR0693.GC1FuncUtilAdj) +\r\n\t\t\tatof(URAR0693.GC1HeatCoolAdj)\t+ atof(URAR0693.GC1EnergyEffAdj) +\r\n\t\t\tatof(URAR0693.GC1GarCptAdj)\t\t+ atof(URAR0693.GC1PorchEtc1Adj) +\r\n\t\t\tatof(URAR0693.GC1PorchEtc2Adj)\t+ atof(URAR0693.GC1FenceEtcAdj) +\r\n\t\t\tatof(URAR0693.GC1ExtraItemAdj);\r\n\r\n\tprice = atof(URAR0693.GC1SalePrice);\r\n\tURAR0693.GC1NetAdjAmt = ToString(Round(adj));\r\n\tURAR0693.GC1IndValue = ToString(Round(price+adj));\r\n\r\n\tif adj >= 0 Then\r\n\tbegin\r\n\t\tURAR0693.GC1Plus_Box = \"X\";\r\n\t\tURAR0693.GC1Minus_Box = \"\";\r\n\tend;\r\n\telse\r\n\tbegin\r\n\t\tURAR0693.GC1Plus_Box = \"\";\r\n\t\tURAR0693.GC1Minus_Box = \"X\";\r\n\tend;\r\nend;\r\n",
  6800.             "Updates": "417,418,390,391"
  6801.         },
  6802.         {
  6803.             "KeyWord": "GC1IndValue",
  6804.             "FieldIndex": 418,
  6805.             "TypeOfField": 0,
  6806.             "CheckBox": 0,
  6807.             "Page": 2,
  6808.             "Justify": 1,
  6809.             "EditLeft": 262,
  6810.             "EditTop": 747,
  6811.             "EditWidth": 63,
  6812.             "EditHeight": 13,
  6813.             "NumberOfLines": 1,
  6814.             "DefaultFont": "Tahoma,8,0,0",
  6815.             "DefPrecision": 0,
  6816.             "AutoCalc": 0
  6817.         },
  6818.         {
  6819.             "KeyWord": "GC2SalesFin1",
  6820.             "FieldIndex": 426,
  6821.             "TypeOfField": 0,
  6822.             "CheckBox": 0,
  6823.             "Page": 2,
  6824.             "Justify": 0,
  6825.             "EditLeft": 328,
  6826.             "EditTop": 354,
  6827.             "EditWidth": 80,
  6828.             "EditHeight": 13,
  6829.             "NumberOfLines": 1,
  6830.             "DefaultFont": "Tahoma,8,0,0",
  6831.             "DefPrecision": -1,
  6832.             "AutoCalc": 0
  6833.         },
  6834.         {
  6835.             "KeyWord": "GC2SalesFin2",
  6836.             "FieldIndex": 427,
  6837.             "TypeOfField": 0,
  6838.             "CheckBox": 0,
  6839.             "Page": 2,
  6840.             "Justify": 0,
  6841.             "EditLeft": 328,
  6842.             "EditTop": 369,
  6843.             "EditWidth": 80,
  6844.             "EditHeight": 13,
  6845.             "NumberOfLines": 1,
  6846.             "DefaultFont": "Tahoma,8,0,0",
  6847.             "DefPrecision": -1,
  6848.             "AutoCalc": 0
  6849.         },
  6850.         {
  6851.             "KeyWord": "GC2DateOfSale",
  6852.             "FieldIndex": 428,
  6853.             "TypeOfField": 0,
  6854.             "CheckBox": 0,
  6855.             "Page": 2,
  6856.             "Justify": 0,
  6857.             "EditLeft": 328,
  6858.             "EditTop": 384,
  6859.             "EditWidth": 80,
  6860.             "EditHeight": 13,
  6861.             "NumberOfLines": 1,
  6862.             "DefaultFont": "Tahoma,8,0,0",
  6863.             "DefPrecision": -1,
  6864.             "AutoCalc": 0
  6865.         },
  6866.         {
  6867.             "KeyWord": "GC2Location",
  6868.             "FieldIndex": 429,
  6869.             "TypeOfField": 0,
  6870.             "CheckBox": 0,
  6871.             "Page": 2,
  6872.             "Justify": 0,
  6873.             "EditLeft": 328,
  6874.             "EditTop": 399,
  6875.             "EditWidth": 80,
  6876.             "EditHeight": 13,
  6877.             "NumberOfLines": 1,
  6878.             "DefaultFont": "Tahoma,8,0,0",
  6879.             "DefPrecision": 0,
  6880.             "AutoCalc": 0
  6881.         },
  6882.         {
  6883.             "KeyWord": "GC2Leasehold",
  6884.             "FieldIndex": 430,
  6885.             "TypeOfField": 0,
  6886.             "CheckBox": 0,
  6887.             "Page": 2,
  6888.             "Justify": 0,
  6889.             "EditLeft": 328,
  6890.             "EditTop": 414,
  6891.             "EditWidth": 80,
  6892.             "EditHeight": 13,
  6893.             "NumberOfLines": 1,
  6894.             "DefaultFont": "Tahoma,8,0,0",
  6895.             "DefPrecision": -1,
  6896.             "AutoCalc": 0
  6897.         },
  6898.         {
  6899.             "KeyWord": "GC2Site",
  6900.             "FieldIndex": 431,
  6901.             "TypeOfField": 0,
  6902.             "CheckBox": 0,
  6903.             "Page": 2,
  6904.             "Justify": 0,
  6905.             "EditLeft": 328,
  6906.             "EditTop": 429,
  6907.             "EditWidth": 80,
  6908.             "EditHeight": 13,
  6909.             "NumberOfLines": 1,
  6910.             "DefaultFont": "Tahoma,8,0,0",
  6911.             "DefPrecision": -1,
  6912.             "AutoCalc": 0
  6913.         },
  6914.         {
  6915.             "KeyWord": "GC2View",
  6916.             "FieldIndex": 432,
  6917.             "TypeOfField": 0,
  6918.             "CheckBox": 0,
  6919.             "Page": 2,
  6920.             "Justify": 0,
  6921.             "EditLeft": 328,
  6922.             "EditTop": 444,
  6923.             "EditWidth": 80,
  6924.             "EditHeight": 13,
  6925.             "NumberOfLines": 1,
  6926.             "DefaultFont": "Tahoma,8,0,0",
  6927.             "DefPrecision": -1,
  6928.             "AutoCalc": 0
  6929.         },
  6930.         {
  6931.             "KeyWord": "GC2Design",
  6932.             "FieldIndex": 433,
  6933.             "TypeOfField": 0,
  6934.             "CheckBox": 0,
  6935.             "Page": 2,
  6936.             "Justify": 0,
  6937.             "EditLeft": 328,
  6938.             "EditTop": 459,
  6939.             "EditWidth": 80,
  6940.             "EditHeight": 13,
  6941.             "NumberOfLines": 1,
  6942.             "DefaultFont": "Tahoma,8,0,0",
  6943.             "DefPrecision": -1,
  6944.             "AutoCalc": 0
  6945.         },
  6946.         {
  6947.             "KeyWord": "GC2QualConstr",
  6948.             "FieldIndex": 434,
  6949.             "TypeOfField": 0,
  6950.             "CheckBox": 0,
  6951.             "Page": 2,
  6952.             "Justify": 0,
  6953.             "EditLeft": 328,
  6954.             "EditTop": 474,
  6955.             "EditWidth": 80,
  6956.             "EditHeight": 13,
  6957.             "NumberOfLines": 1,
  6958.             "DefaultFont": "Tahoma,8,0,0",
  6959.             "DefPrecision": -1,
  6960.             "AutoCalc": 0
  6961.         },
  6962.         {
  6963.             "KeyWord": "GC2Age",
  6964.             "FieldIndex": 435,
  6965.             "TypeOfField": 0,
  6966.             "CheckBox": 0,
  6967.             "Page": 2,
  6968.             "Justify": 0,
  6969.             "EditLeft": 328,
  6970.             "EditTop": 489,
  6971.             "EditWidth": 80,
  6972.             "EditHeight": 13,
  6973.             "NumberOfLines": 1,
  6974.             "DefaultFont": "Tahoma,8,0,0",
  6975.             "DefPrecision": -1,
  6976.             "AutoCalc": 0
  6977.         },
  6978.         {
  6979.             "KeyWord": "GC2Condition",
  6980.             "FieldIndex": 436,
  6981.             "TypeOfField": 0,
  6982.             "CheckBox": 0,
  6983.             "Page": 2,
  6984.             "Justify": 0,
  6985.             "EditLeft": 328,
  6986.             "EditTop": 504,
  6987.             "EditWidth": 80,
  6988.             "EditHeight": 13,
  6989.             "NumberOfLines": 1,
  6990.             "DefaultFont": "Tahoma,8,0,0",
  6991.             "DefPrecision": -1,
  6992.             "AutoCalc": 0
  6993.         },
  6994.         {
  6995.             "KeyWord": "GC2TotRooms",
  6996.             "FieldIndex": 437,
  6997.             "TypeOfField": 0,
  6998.             "CheckBox": 0,
  6999.             "Page": 2,
  7000.             "Justify": 2,
  7001.             "EditLeft": 328,
  7002.             "EditTop": 535,
  7003.             "EditWidth": 22,
  7004.             "EditHeight": 13,
  7005.             "NumberOfLines": 1,
  7006.             "DefaultFont": "Tahoma,8,0,0",
  7007.             "DefPrecision": 0,
  7008.             "AutoCalc": 0
  7009.         },
  7010.         {
  7011.             "KeyWord": "GC2BedRooms",
  7012.             "FieldIndex": 438,
  7013.             "TypeOfField": 0,
  7014.             "CheckBox": 0,
  7015.             "Page": 2,
  7016.             "Justify": 2,
  7017.             "EditLeft": 353,
  7018.             "EditTop": 535,
  7019.             "EditWidth": 22,
  7020.             "EditHeight": 13,
  7021.             "NumberOfLines": 1,
  7022.             "DefaultFont": "Tahoma,8,0,0",
  7023.             "DefPrecision": 0,
  7024.             "AutoCalc": 0
  7025.         },
  7026.         {
  7027.             "KeyWord": "GC2Baths",
  7028.             "FieldIndex": 439,
  7029.             "TypeOfField": 0,
  7030.             "CheckBox": 0,
  7031.             "Page": 2,
  7032.             "Justify": 2,
  7033.             "EditLeft": 378,
  7034.             "EditTop": 535,
  7035.             "EditWidth": 30,
  7036.             "EditHeight": 13,
  7037.             "NumberOfLines": 1,
  7038.             "DefaultFont": "Tahoma,8,0,0",
  7039.             "DefPrecision": 2,
  7040.             "AutoCalc": 0
  7041.         },
  7042.         {
  7043.             "KeyWord": "GC2GLASqFt",
  7044.             "FieldIndex": 440,
  7045.             "TypeOfField": 0,
  7046.             "CheckBox": 0,
  7047.             "Page": 2,
  7048.             "Justify": 0,
  7049.             "EditLeft": 328,
  7050.             "EditTop": 550,
  7051.             "EditWidth": 49,
  7052.             "EditHeight": 13,
  7053.             "NumberOfLines": 1,
  7054.             "DefaultFont": "Tahoma,8,0,0",
  7055.             "DefPrecision": 0,
  7056.             "AutoCalc": 0,
  7057.             "Dependencies": "-423"
  7058.         },
  7059.         {
  7060.             "KeyWord": "GC2BsmRooms1",
  7061.             "FieldIndex": 441,
  7062.             "TypeOfField": 0,
  7063.             "CheckBox": 0,
  7064.             "Page": 2,
  7065.             "Justify": 0,
  7066.             "EditLeft": 328,
  7067.             "EditTop": 565,
  7068.             "EditWidth": 80,
  7069.             "EditHeight": 13,
  7070.             "NumberOfLines": 1,
  7071.             "DefaultFont": "Tahoma,8,0,0",
  7072.             "DefPrecision": -1,
  7073.             "AutoCalc": 0
  7074.         },
  7075.         {
  7076.             "KeyWord": "GC2BsmRooms2",
  7077.             "FieldIndex": 442,
  7078.             "TypeOfField": 0,
  7079.             "CheckBox": 0,
  7080.             "Page": 2,
  7081.             "Justify": 0,
  7082.             "EditLeft": 328,
  7083.             "EditTop": 580,
  7084.             "EditWidth": 80,
  7085.             "EditHeight": 13,
  7086.             "NumberOfLines": 1,
  7087.             "DefaultFont": "Tahoma,8,0,0",
  7088.             "DefPrecision": -1,
  7089.             "AutoCalc": 0
  7090.         },
  7091.         {
  7092.             "KeyWord": "GC2FuncUtil",
  7093.             "FieldIndex": 443,
  7094.             "TypeOfField": 0,
  7095.             "CheckBox": 0,
  7096.             "Page": 2,
  7097.             "Justify": 0,
  7098.             "EditLeft": 328,
  7099.             "EditTop": 595,
  7100.             "EditWidth": 80,
  7101.             "EditHeight": 13,
  7102.             "NumberOfLines": 1,
  7103.             "DefaultFont": "Tahoma,8,0,0",
  7104.             "DefPrecision": -1,
  7105.             "AutoCalc": 0
  7106.         },
  7107.         {
  7108.             "KeyWord": "GC2HeatCool",
  7109.             "FieldIndex": 444,
  7110.             "TypeOfField": 0,
  7111.             "CheckBox": 0,
  7112.             "Page": 2,
  7113.             "Justify": 0,
  7114.             "EditLeft": 328,
  7115.             "EditTop": 610,
  7116.             "EditWidth": 80,
  7117.             "EditHeight": 13,
  7118.             "NumberOfLines": 1,
  7119.             "DefaultFont": "Tahoma,8,0,0",
  7120.             "DefPrecision": -1,
  7121.             "AutoCalc": 0
  7122.         },
  7123.         {
  7124.             "KeyWord": "GC2EnergyEff",
  7125.             "FieldIndex": 445,
  7126.             "TypeOfField": 0,
  7127.             "CheckBox": 0,
  7128.             "Page": 2,
  7129.             "Justify": 0,
  7130.             "EditLeft": 328,
  7131.             "EditTop": 625,
  7132.             "EditWidth": 80,
  7133.             "EditHeight": 13,
  7134.             "NumberOfLines": 1,
  7135.             "DefaultFont": "Tahoma,8,0,0",
  7136.             "DefPrecision": -1,
  7137.             "AutoCalc": 0
  7138.         },
  7139.         {
  7140.             "KeyWord": "GC2GarCpt",
  7141.             "FieldIndex": 446,
  7142.             "TypeOfField": 0,
  7143.             "CheckBox": 0,
  7144.             "Page": 2,
  7145.             "Justify": 0,
  7146.             "EditLeft": 328,
  7147.             "EditTop": 640,
  7148.             "EditWidth": 80,
  7149.             "EditHeight": 13,
  7150.             "NumberOfLines": 1,
  7151.             "DefaultFont": "Tahoma,8,0,0",
  7152.             "DefPrecision": -1,
  7153.             "AutoCalc": 0
  7154.         },
  7155.         {
  7156.             "KeyWord": "GC2PorchEtc1",
  7157.             "FieldIndex": 447,
  7158.             "TypeOfField": 0,
  7159.             "CheckBox": 0,
  7160.             "Page": 2,
  7161.             "Justify": 0,
  7162.             "EditLeft": 328,
  7163.             "EditTop": 655,
  7164.             "EditWidth": 80,
  7165.             "EditHeight": 13,
  7166.             "NumberOfLines": 1,
  7167.             "DefaultFont": "Tahoma,8,0,0",
  7168.             "DefPrecision": -1,
  7169.             "AutoCalc": 0
  7170.         },
  7171.         {
  7172.             "KeyWord": "GC2PorchEtc2",
  7173.             "FieldIndex": 448,
  7174.             "TypeOfField": 0,
  7175.             "CheckBox": 0,
  7176.             "Page": 2,
  7177.             "Justify": 0,
  7178.             "EditLeft": 328,
  7179.             "EditTop": 671,
  7180.             "EditWidth": 81,
  7181.             "EditHeight": 13,
  7182.             "NumberOfLines": 1,
  7183.             "DefaultFont": "Tahoma,8,0,0",
  7184.             "DefPrecision": -1,
  7185.             "AutoCalc": 0
  7186.         },
  7187.         {
  7188.             "KeyWord": "GC2FenceEtc",
  7189.             "FieldIndex": 449,
  7190.             "TypeOfField": 0,
  7191.             "CheckBox": 0,
  7192.             "Page": 2,
  7193.             "Justify": 0,
  7194.             "EditLeft": 328,
  7195.             "EditTop": 686,
  7196.             "EditWidth": 80,
  7197.             "EditHeight": 13,
  7198.             "NumberOfLines": 1,
  7199.             "DefaultFont": "Tahoma,8,0,0",
  7200.             "DefPrecision": -1,
  7201.             "AutoCalc": 0
  7202.         },
  7203.         {
  7204.             "KeyWord": "GC2ExtraItem",
  7205.             "FieldIndex": 450,
  7206.             "TypeOfField": 0,
  7207.             "CheckBox": 0,
  7208.             "Page": 2,
  7209.             "Justify": 0,
  7210.             "EditLeft": 328,
  7211.             "EditTop": 701,
  7212.             "EditWidth": 80,
  7213.             "EditHeight": 13,
  7214.             "NumberOfLines": 1,
  7215.             "DefaultFont": "Tahoma,8,0,0",
  7216.             "DefPrecision": -1,
  7217.             "AutoCalc": 0
  7218.         },
  7219.         {
  7220.             "KeyWord": "GC2SalesFin1Adj",
  7221.             "FieldIndex": 455,
  7222.             "TypeOfField": 0,
  7223.             "CheckBox": 0,
  7224.             "Page": 2,
  7225.             "Justify": 1,
  7226.             "EditLeft": 411,
  7227.             "EditTop": 354,
  7228.             "EditWidth": 59,
  7229.             "EditHeight": 13,
  7230.             "NumberOfLines": 1,
  7231.             "DefaultFont": "Tahoma,8,0,0",
  7232.             "DefPrecision": 0,
  7233.             "AutoCalc": 0,
  7234.             "Dependencies": "-453,-478"
  7235.         },
  7236.         {
  7237.             "KeyWord": "GC2SalesFin2Adj",
  7238.             "FieldIndex": 456,
  7239.             "TypeOfField": 0,
  7240.             "CheckBox": 0,
  7241.             "Page": 2,
  7242.             "Justify": 1,
  7243.             "EditLeft": 411,
  7244.             "EditTop": 369,
  7245.             "EditWidth": 59,
  7246.             "EditHeight": 13,
  7247.             "NumberOfLines": 1,
  7248.             "DefaultFont": "Tahoma,8,0,0",
  7249.             "DefPrecision": 0,
  7250.             "AutoCalc": 0,
  7251.             "Dependencies": "-453,-478,-454"
  7252.         },
  7253.         {
  7254.             "KeyWord": "GC2DateOfSaleAdj",
  7255.             "FieldIndex": 457,
  7256.             "TypeOfField": 0,
  7257.             "CheckBox": 0,
  7258.             "Page": 2,
  7259.             "Justify": 1,
  7260.             "EditLeft": 411,
  7261.             "EditTop": 384,
  7262.             "EditWidth": 59,
  7263.             "EditHeight": 13,
  7264.             "NumberOfLines": 1,
  7265.             "DefaultFont": "Tahoma,8,0,0",
  7266.             "DefPrecision": 0,
  7267.             "AutoCalc": 0,
  7268.             "Dependencies": "-453,-478,-454"
  7269.         },
  7270.         {
  7271.             "KeyWord": "GC2LocationAdj",
  7272.             "FieldIndex": 458,
  7273.             "TypeOfField": 0,
  7274.             "CheckBox": 0,
  7275.             "Page": 2,
  7276.             "Justify": 1,
  7277.             "EditLeft": 411,
  7278.             "EditTop": 399,
  7279.             "EditWidth": 59,
  7280.             "EditHeight": 13,
  7281.             "NumberOfLines": 1,
  7282.             "DefaultFont": "Tahoma,8,0,0",
  7283.             "DefPrecision": 0,
  7284.             "AutoCalc": 0,
  7285.             "Dependencies": "-453,-478,-454"
  7286.         },
  7287.         {
  7288.             "KeyWord": "GC2LeaseholdAdj",
  7289.             "FieldIndex": 459,
  7290.             "TypeOfField": 0,
  7291.             "CheckBox": 0,
  7292.             "Page": 2,
  7293.             "Justify": 1,
  7294.             "EditLeft": 411,
  7295.             "EditTop": 414,
  7296.             "EditWidth": 59,
  7297.             "EditHeight": 13,
  7298.             "NumberOfLines": 1,
  7299.             "DefaultFont": "Tahoma,8,0,0",
  7300.             "DefPrecision": 0,
  7301.             "AutoCalc": 0,
  7302.             "Dependencies": "-453,-478,-454"
  7303.         },
  7304.         {
  7305.             "KeyWord": "GC2SiteAdj",
  7306.             "FieldIndex": 460,
  7307.             "TypeOfField": 0,
  7308.             "CheckBox": 0,
  7309.             "Page": 2,
  7310.             "Justify": 1,
  7311.             "EditLeft": 411,
  7312.             "EditTop": 429,
  7313.             "EditWidth": 59,
  7314.             "EditHeight": 13,
  7315.             "NumberOfLines": 1,
  7316.             "DefaultFont": "Tahoma,8,0,0",
  7317.             "DefPrecision": 0,
  7318.             "AutoCalc": 0,
  7319.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC2SiteAdj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUSite URAR0693.GC1Site URAR0693.GC2Site URAR0693.GC3Site */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC2SiteAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUSite);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1Site) Then\r\n\t\t\tURAR0693.GC1SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC1Site)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1SiteAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2Site) Then\r\n\t\t\tURAR0693.GC2SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC2Site)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2SiteAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3Site) Then\r\n\t\t\tURAR0693.GC3SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC3Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3SiteAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1Site) Then\r\n\t\t\tSComp4to6.GC1SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC1Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1SiteAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2Site) Then\r\n\t\t\tSComp4to6.GC2SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC2Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2SiteAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3Site) Then\r\n\t\t\tSComp4to6.GC3SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC3Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3SiteAdj = \"\";\r\n\tEnd;\r\nend;\r\n",
  7320.             "Dependencies": "453,417,478,539,392,393,454,514,515",
  7321.             "Updates": "399,460,521"
  7322.         },
  7323.         {
  7324.             "KeyWord": "GC2ViewAdj",
  7325.             "FieldIndex": 461,
  7326.             "TypeOfField": 0,
  7327.             "CheckBox": 0,
  7328.             "Page": 2,
  7329.             "Justify": 1,
  7330.             "EditLeft": 411,
  7331.             "EditTop": 444,
  7332.             "EditWidth": 59,
  7333.             "EditHeight": 13,
  7334.             "NumberOfLines": 1,
  7335.             "DefaultFont": "Tahoma,8,0,0",
  7336.             "DefPrecision": 0,
  7337.             "AutoCalc": 0,
  7338.             "Dependencies": "-453,-478,-454"
  7339.         },
  7340.         {
  7341.             "KeyWord": "GC2DesignAdj",
  7342.             "FieldIndex": 462,
  7343.             "TypeOfField": 0,
  7344.             "CheckBox": 0,
  7345.             "Page": 2,
  7346.             "Justify": 1,
  7347.             "EditLeft": 411,
  7348.             "EditTop": 459,
  7349.             "EditWidth": 59,
  7350.             "EditHeight": 13,
  7351.             "NumberOfLines": 1,
  7352.             "DefaultFont": "Tahoma,8,0,0",
  7353.             "DefPrecision": 0,
  7354.             "AutoCalc": 0,
  7355.             "Dependencies": "-453,-478,-454"
  7356.         },
  7357.         {
  7358.             "KeyWord": "GC2QualConstrAdj",
  7359.             "FieldIndex": 463,
  7360.             "TypeOfField": 0,
  7361.             "CheckBox": 0,
  7362.             "Page": 2,
  7363.             "Justify": 1,
  7364.             "EditLeft": 411,
  7365.             "EditTop": 474,
  7366.             "EditWidth": 59,
  7367.             "EditHeight": 13,
  7368.             "NumberOfLines": 1,
  7369.             "DefaultFont": "Tahoma,8,0,0",
  7370.             "DefPrecision": 0,
  7371.             "AutoCalc": 0,
  7372.             "Dependencies": "-453,-478,-454"
  7373.         },
  7374.         {
  7375.             "KeyWord": "GC2AgeAdj",
  7376.             "FieldIndex": 464,
  7377.             "TypeOfField": 0,
  7378.             "CheckBox": 0,
  7379.             "Page": 2,
  7380.             "Justify": 1,
  7381.             "EditLeft": 411,
  7382.             "EditTop": 489,
  7383.             "EditWidth": 59,
  7384.             "EditHeight": 13,
  7385.             "NumberOfLines": 1,
  7386.             "DefaultFont": "Tahoma,8,0,0",
  7387.             "DefPrecision": 0,
  7388.             "AutoCalc": 0,
  7389.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC2AgeAdj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUAge URAR0693.GC1Age URAR0693.GC2Age URAR0693.GC3Age */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC2AgeAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUAge);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif n1 < 1000 then\r\n\t\t\tn2 = 0-n2;\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1Age) Then\r\n\t\t\tURAR0693.GC1AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC1Age)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1AgeAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2Age) Then\r\n\t\t\tURAR0693.GC2AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC2Age)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2AgeAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3Age) Then\r\n\t\t\tURAR0693.GC3AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC3Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3AgeAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1Age) Then\r\n\t\t\tSComp4to6.GC1AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC1Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1AgeAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2Age) Then\r\n\t\t\tSComp4to6.GC2AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC2Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2AgeAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3Age) Then\r\n\t\t\tSComp4to6.GC3AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC3Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3AgeAdj = \"\";\r\n\tEnd;\r\nend;\r\n",
  7390.             "Dependencies": "453,417,478,539,392,393,454,514,515",
  7391.             "Updates": "403,464,525"
  7392.         },
  7393.         {
  7394.             "KeyWord": "GC2ConditionAdj",
  7395.             "FieldIndex": 465,
  7396.             "TypeOfField": 0,
  7397.             "CheckBox": 0,
  7398.             "Page": 2,
  7399.             "Justify": 1,
  7400.             "EditLeft": 411,
  7401.             "EditTop": 504,
  7402.             "EditWidth": 59,
  7403.             "EditHeight": 13,
  7404.             "NumberOfLines": 1,
  7405.             "DefaultFont": "Tahoma,8,0,0",
  7406.             "DefPrecision": 0,
  7407.             "AutoCalc": 0,
  7408.             "Dependencies": "-453,-478,-454"
  7409.         },
  7410.         {
  7411.             "KeyWord": "GC2RoomsAdj",
  7412.             "FieldIndex": 466,
  7413.             "TypeOfField": 0,
  7414.             "CheckBox": 0,
  7415.             "Page": 2,
  7416.             "Justify": 1,
  7417.             "EditLeft": 411,
  7418.             "EditTop": 535,
  7419.             "EditWidth": 59,
  7420.             "EditHeight": 13,
  7421.             "NumberOfLines": 1,
  7422.             "DefaultFont": "Tahoma,8,0,0",
  7423.             "DefPrecision": 0,
  7424.             "AutoCalc": 0,
  7425.             "Dependencies": "-453,-478,-454"
  7426.         },
  7427.         {
  7428.             "KeyWord": "GC2GLASqFtAdj",
  7429.             "FieldIndex": 467,
  7430.             "TypeOfField": 0,
  7431.             "CheckBox": 0,
  7432.             "Page": 2,
  7433.             "Justify": 1,
  7434.             "EditLeft": 411,
  7435.             "EditTop": 550,
  7436.             "EditWidth": 59,
  7437.             "EditHeight": 13,
  7438.             "NumberOfLines": 1,
  7439.             "DefaultFont": "Tahoma,8,0,0",
  7440.             "DefPrecision": 0,
  7441.             "AutoCalc": 0,
  7442.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC2GLASqFtAdj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUGLASqFt URAR0693.GC1GLASqFt URAR0693.GC2GLASqFt URAR0693.GC3GLASqFt */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC2GLASqFtAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUGLASqFt);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1GLASqFt) Then\r\n\t\t\tURAR0693.GC1GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC1GLASqFt)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1GLASqFtAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2GLASqFt) Then\r\n\t\t\tURAR0693.GC2GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC2GLASqFt)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2GLASqFtAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3GLASqFt) Then\r\n\t\t\tURAR0693.GC3GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC3GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3GLASqFtAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1GLASqFt) Then\r\n\t\t\tSComp4to6.GC1GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC1GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1GLASqFtAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2GLASqFt) Then\r\n\t\t\tSComp4to6.GC2GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC2GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2GLASqFtAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3GLASqFt) Then\r\n\t\t\tSComp4to6.GC3GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC3GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3GLASqFtAdj = \"\";\r\n\tEnd;\r\nend;\r\n",
  7443.             "Dependencies": "453,417,478,539,392,393,454,514,515",
  7444.             "Updates": "406,467,528"
  7445.         },
  7446.         {
  7447.             "KeyWord": "GC2BsmRooms1Adj",
  7448.             "FieldIndex": 468,
  7449.             "TypeOfField": 0,
  7450.             "CheckBox": 0,
  7451.             "Page": 2,
  7452.             "Justify": 1,
  7453.             "EditLeft": 411,
  7454.             "EditTop": 565,
  7455.             "EditWidth": 59,
  7456.             "EditHeight": 13,
  7457.             "NumberOfLines": 1,
  7458.             "DefaultFont": "Tahoma,8,0,0",
  7459.             "DefPrecision": 0,
  7460.             "AutoCalc": 0,
  7461.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC2BsmRooms1Adj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUBsmRooms1 URAR0693.GC1BsmRooms1 URAR0693.GC2BsmRooms1 URAR0693.GC3BsmRooms1 */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC2BsmRooms1Adj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUBsmRooms1);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1BsmRooms1) Then\r\n\t\t\tURAR0693.GC1BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC1BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1BsmRooms1Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2BsmRooms1) Then\r\n\t\t\tURAR0693.GC2BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC2BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2BsmRooms1Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3BsmRooms1) Then\r\n\t\t\tURAR0693.GC3BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC3BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3BsmRooms1Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1BsmRooms1) Then\r\n\t\t\tSComp4to6.GC1BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1BsmRooms1Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2BsmRooms1) Then\r\n\t\t\tSComp4to6.GC2BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC2BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2BsmRooms1Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3BsmRooms1) Then\r\n\t\t\tSComp4to6.GC3BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC3BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3BsmRooms1Adj = \"\";\r\n\tEnd;\r\nend;\r\n",
  7462.             "Dependencies": "453,417,478,539,392,393,454,514,515",
  7463.             "Updates": "407,468,529"
  7464.         },
  7465.         {
  7466.             "KeyWord": "GC2BsmRooms2Adj",
  7467.             "FieldIndex": 469,
  7468.             "TypeOfField": 0,
  7469.             "CheckBox": 0,
  7470.             "Page": 2,
  7471.             "Justify": 1,
  7472.             "EditLeft": 410,
  7473.             "EditTop": 580,
  7474.             "EditWidth": 59,
  7475.             "EditHeight": 13,
  7476.             "NumberOfLines": 1,
  7477.             "DefaultFont": "Tahoma,8,0,0",
  7478.             "DefPrecision": 0,
  7479.             "AutoCalc": 0,
  7480.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC2BsmRooms2Adj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUBsmRooms2 URAR0693.GC1BsmRooms2 URAR0693.GC2BsmRooms2 URAR0693.GC3BsmRooms2 */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC2BsmRooms2Adj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUBsmRooms2);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1BsmRooms2) Then\r\n\t\t\tURAR0693.GC1BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1BsmRooms2Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2BsmRooms2) Then\r\n\t\t\tURAR0693.GC2BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC2BsmRooms2)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2BsmRooms2Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3BsmRooms2) Then\r\n\t\t\tURAR0693.GC3BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC3BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3BsmRooms2Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1BsmRooms2) Then\r\n\t\t\tSComp4to6.GC1BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1BsmRooms2Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2BsmRooms2) Then\r\n\t\t\tSComp4to6.GC2BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2BsmRooms2Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3BsmRooms2) Then\r\n\t\t\tSComp4to6.GC3BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3BsmRooms2Adj = \"\";\r\n\tEnd;\r\nend;\r\n",
  7481.             "Dependencies": "453,417,478,539,392,393,454,514,515",
  7482.             "Updates": "408,469,530"
  7483.         },
  7484.         {
  7485.             "KeyWord": "GC2FuncUtilAdj",
  7486.             "FieldIndex": 470,
  7487.             "TypeOfField": 0,
  7488.             "CheckBox": 0,
  7489.             "Page": 2,
  7490.             "Justify": 1,
  7491.             "EditLeft": 411,
  7492.             "EditTop": 595,
  7493.             "EditWidth": 59,
  7494.             "EditHeight": 13,
  7495.             "NumberOfLines": 1,
  7496.             "DefaultFont": "Tahoma,8,0,0",
  7497.             "DefPrecision": 0,
  7498.             "AutoCalc": 0,
  7499.             "Dependencies": "-453,-478,-454"
  7500.         },
  7501.         {
  7502.             "KeyWord": "GC2HeatCoolAdj",
  7503.             "FieldIndex": 471,
  7504.             "TypeOfField": 0,
  7505.             "CheckBox": 0,
  7506.             "Page": 2,
  7507.             "Justify": 1,
  7508.             "EditLeft": 411,
  7509.             "EditTop": 610,
  7510.             "EditWidth": 59,
  7511.             "EditHeight": 13,
  7512.             "NumberOfLines": 1,
  7513.             "DefaultFont": "Tahoma,8,0,0",
  7514.             "DefPrecision": 0,
  7515.             "AutoCalc": 0,
  7516.             "Dependencies": "-453,-478,-454"
  7517.         },
  7518.         {
  7519.             "KeyWord": "GC2EnergyEffAdj",
  7520.             "FieldIndex": 472,
  7521.             "TypeOfField": 0,
  7522.             "CheckBox": 0,
  7523.             "Page": 2,
  7524.             "Justify": 1,
  7525.             "EditLeft": 411,
  7526.             "EditTop": 625,
  7527.             "EditWidth": 59,
  7528.             "EditHeight": 13,
  7529.             "NumberOfLines": 1,
  7530.             "DefaultFont": "Tahoma,8,0,0",
  7531.             "DefPrecision": 0,
  7532.             "AutoCalc": 0,
  7533.             "Dependencies": "-453,-478,-454"
  7534.         },
  7535.         {
  7536.             "KeyWord": "GC2GarCptAdj",
  7537.             "FieldIndex": 473,
  7538.             "TypeOfField": 0,
  7539.             "CheckBox": 0,
  7540.             "Page": 2,
  7541.             "Justify": 1,
  7542.             "EditLeft": 411,
  7543.             "EditTop": 640,
  7544.             "EditWidth": 59,
  7545.             "EditHeight": 13,
  7546.             "NumberOfLines": 1,
  7547.             "DefaultFont": "Tahoma,8,0,0",
  7548.             "DefPrecision": 0,
  7549.             "AutoCalc": 0,
  7550.             "Dependencies": "-453,-478,-454"
  7551.         },
  7552.         {
  7553.             "KeyWord": "GC2PorchEtc1Adj",
  7554.             "FieldIndex": 474,
  7555.             "TypeOfField": 0,
  7556.             "CheckBox": 0,
  7557.             "Page": 2,
  7558.             "Justify": 1,
  7559.             "EditLeft": 411,
  7560.             "EditTop": 655,
  7561.             "EditWidth": 59,
  7562.             "EditHeight": 13,
  7563.             "NumberOfLines": 1,
  7564.             "DefaultFont": "Tahoma,8,0,0",
  7565.             "DefPrecision": 0,
  7566.             "AutoCalc": 0,
  7567.             "Dependencies": "-453,-478,-454"
  7568.         },
  7569.         {
  7570.             "KeyWord": "GC2PorchEtc2Adj",
  7571.             "FieldIndex": 475,
  7572.             "TypeOfField": 0,
  7573.             "CheckBox": 0,
  7574.             "Page": 2,
  7575.             "Justify": 1,
  7576.             "EditLeft": 411,
  7577.             "EditTop": 671,
  7578.             "EditWidth": 59,
  7579.             "EditHeight": 13,
  7580.             "NumberOfLines": 1,
  7581.             "DefaultFont": "Tahoma,8,0,0",
  7582.             "DefPrecision": 0,
  7583.             "AutoCalc": 0,
  7584.             "Dependencies": "-453,-478,-454"
  7585.         },
  7586.         {
  7587.             "KeyWord": "GC2FenceEtcAdj",
  7588.             "FieldIndex": 476,
  7589.             "TypeOfField": 0,
  7590.             "CheckBox": 0,
  7591.             "Page": 2,
  7592.             "Justify": 1,
  7593.             "EditLeft": 411,
  7594.             "EditTop": 686,
  7595.             "EditWidth": 59,
  7596.             "EditHeight": 13,
  7597.             "NumberOfLines": 1,
  7598.             "DefaultFont": "Tahoma,8,0,0",
  7599.             "DefPrecision": 0,
  7600.             "AutoCalc": 0,
  7601.             "Dependencies": "-453,-478,-454"
  7602.         },
  7603.         {
  7604.             "KeyWord": "GC2ExtraItemAdj",
  7605.             "FieldIndex": 477,
  7606.             "TypeOfField": 0,
  7607.             "CheckBox": 0,
  7608.             "Page": 2,
  7609.             "Justify": 1,
  7610.             "EditLeft": 411,
  7611.             "EditTop": 701,
  7612.             "EditWidth": 59,
  7613.             "EditHeight": 13,
  7614.             "NumberOfLines": 1,
  7615.             "DefaultFont": "Tahoma,8,0,0",
  7616.             "DefPrecision": 0,
  7617.             "AutoCalc": 0,
  7618.             "Dependencies": "-453,-478,-454"
  7619.         },
  7620.         {
  7621.             "KeyWord": "GC2NetAdjAmt",
  7622.             "FieldIndex": 478,
  7623.             "TypeOfField": 0,
  7624.             "CheckBox": 0,
  7625.             "Page": 2,
  7626.             "Justify": 1,
  7627.             "EditLeft": 407,
  7628.             "EditTop": 716,
  7629.             "EditWidth": 63,
  7630.             "EditHeight": 13,
  7631.             "NumberOfLines": 1,
  7632.             "DefaultFont": "Tahoma,8,0,0",
  7633.             "DefPrecision": 0,
  7634.             "AutoCalc": 0,
  7635.             "Formula": "routine main() returns nothing is\r\n/* no depends URAR0693.GC2Plus_Box URAR0693.GC2Minus_Box */\r\nbegin\r\n\tfloat adj, price;\r\n\tadj =\tatof(URAR0693.GC2SalesFin1Adj)  + atof(URAR0693.GC2SalesFin2Adj) + \r\n\t\t\tatof(URAR0693.GC2DateOfSaleAdj) + atof(URAR0693.GC2LocationAdj) +\r\n\t\t\tatof(URAR0693.GC2LeaseholdAdj)\t+ atof(URAR0693.GC2SiteAdj) +\r\n\t\t\tatof(URAR0693.GC2ViewAdj)\t\t+ atof(URAR0693.GC2DesignAdj) +\r\n\t\t\tatof(URAR0693.GC2QualConstrAdj) + atof(URAR0693.GC2AgeAdj) +\r\n\t\t\tatof(URAR0693.GC2ConditionAdj)\t+ atof(URAR0693.GC2RoomsAdj) +\r\n\t\t\tatof(URAR0693.GC2GLASqFtAdj)\t+ atof(URAR0693.GC2BsmRooms1Adj) +\r\n\t\t\tatof(URAR0693.GC2BsmRooms2Adj)\t+ atof(URAR0693.GC2FuncUtilAdj) +\r\n\t\t\tatof(URAR0693.GC2HeatCoolAdj)\t+ atof(URAR0693.GC2EnergyEffAdj) +\r\n\t\t\tatof(URAR0693.GC2GarCptAdj)\t\t+ atof(URAR0693.GC2PorchEtc1Adj) +\r\n\t\t\tatof(URAR0693.GC2PorchEtc2Adj)\t+ atof(URAR0693.GC2FenceEtcAdj) +\r\n\t\t\tatof(URAR0693.GC2ExtraItemAdj);\r\n\r\n\tprice = atof(URAR0693.GC2SalePrice);\r\n\tURAR0693.GC2NetAdjAmt = ToString(Round(adj));\r\n\tURAR0693.GC2IndValue = ToString(Round(price+adj));\r\n\r\n\tif adj >= 0 Then\r\n\tbegin\r\n\t\tURAR0693.GC2Plus_Box = \"X\";\r\n\t\tURAR0693.GC2Minus_Box = \"\";\r\n\tend;\r\n\telse\r\n\tbegin\r\n\t\tURAR0693.GC2Plus_Box = \"\";\r\n\t\tURAR0693.GC2Minus_Box = \"X\";\r\n\tend;\r\nend;\r\n",
  7636.             "Updates": "478,479,451,452"
  7637.         },
  7638.         {
  7639.             "KeyWord": "GC2IndValue",
  7640.             "FieldIndex": 479,
  7641.             "TypeOfField": 0,
  7642.             "CheckBox": 0,
  7643.             "Page": 2,
  7644.             "Justify": 1,
  7645.             "EditLeft": 407,
  7646.             "EditTop": 747,
  7647.             "EditWidth": 63,
  7648.             "EditHeight": 13,
  7649.             "NumberOfLines": 1,
  7650.             "DefaultFont": "Tahoma,8,0,0",
  7651.             "DefPrecision": 0,
  7652.             "AutoCalc": 0
  7653.         },
  7654.         {
  7655.             "KeyWord": "GC3SalesFin1",
  7656.             "FieldIndex": 487,
  7657.             "TypeOfField": 0,
  7658.             "CheckBox": 0,
  7659.             "Page": 2,
  7660.             "Justify": 0,
  7661.             "EditLeft": 473,
  7662.             "EditTop": 354,
  7663.             "EditWidth": 80,
  7664.             "EditHeight": 13,
  7665.             "NumberOfLines": 1,
  7666.             "DefaultFont": "Tahoma,8,0,0",
  7667.             "DefPrecision": -1,
  7668.             "AutoCalc": 0
  7669.         },
  7670.         {
  7671.             "KeyWord": "GC3SalesFin2",
  7672.             "FieldIndex": 488,
  7673.             "TypeOfField": 0,
  7674.             "CheckBox": 0,
  7675.             "Page": 2,
  7676.             "Justify": 0,
  7677.             "EditLeft": 473,
  7678.             "EditTop": 369,
  7679.             "EditWidth": 80,
  7680.             "EditHeight": 13,
  7681.             "NumberOfLines": 1,
  7682.             "DefaultFont": "Tahoma,8,0,0",
  7683.             "DefPrecision": -1,
  7684.             "AutoCalc": 0
  7685.         },
  7686.         {
  7687.             "KeyWord": "GC3DateOfSale",
  7688.             "FieldIndex": 489,
  7689.             "TypeOfField": 0,
  7690.             "CheckBox": 0,
  7691.             "Page": 2,
  7692.             "Justify": 0,
  7693.             "EditLeft": 473,
  7694.             "EditTop": 384,
  7695.             "EditWidth": 80,
  7696.             "EditHeight": 13,
  7697.             "NumberOfLines": 1,
  7698.             "DefaultFont": "Tahoma,8,0,0",
  7699.             "DefPrecision": -1,
  7700.             "AutoCalc": 0
  7701.         },
  7702.         {
  7703.             "KeyWord": "GC3Location",
  7704.             "FieldIndex": 490,
  7705.             "TypeOfField": 0,
  7706.             "CheckBox": 0,
  7707.             "Page": 2,
  7708.             "Justify": 0,
  7709.             "EditLeft": 473,
  7710.             "EditTop": 399,
  7711.             "EditWidth": 80,
  7712.             "EditHeight": 13,
  7713.             "NumberOfLines": 1,
  7714.             "DefaultFont": "Tahoma,8,0,0",
  7715.             "DefPrecision": -1,
  7716.             "AutoCalc": 0
  7717.         },
  7718.         {
  7719.             "KeyWord": "GC3Leasehold",
  7720.             "FieldIndex": 491,
  7721.             "TypeOfField": 0,
  7722.             "CheckBox": 0,
  7723.             "Page": 2,
  7724.             "Justify": 0,
  7725.             "EditLeft": 473,
  7726.             "EditTop": 414,
  7727.             "EditWidth": 80,
  7728.             "EditHeight": 13,
  7729.             "NumberOfLines": 1,
  7730.             "DefaultFont": "Tahoma,8,0,0",
  7731.             "DefPrecision": -1,
  7732.             "AutoCalc": 0
  7733.         },
  7734.         {
  7735.             "KeyWord": "GC3Site",
  7736.             "FieldIndex": 492,
  7737.             "TypeOfField": 0,
  7738.             "CheckBox": 0,
  7739.             "Page": 2,
  7740.             "Justify": 0,
  7741.             "EditLeft": 473,
  7742.             "EditTop": 429,
  7743.             "EditWidth": 80,
  7744.             "EditHeight": 13,
  7745.             "NumberOfLines": 1,
  7746.             "DefaultFont": "Tahoma,8,0,0",
  7747.             "DefPrecision": -1,
  7748.             "AutoCalc": 0
  7749.         },
  7750.         {
  7751.             "KeyWord": "GC3View",
  7752.             "FieldIndex": 493,
  7753.             "TypeOfField": 0,
  7754.             "CheckBox": 0,
  7755.             "Page": 2,
  7756.             "Justify": 0,
  7757.             "EditLeft": 473,
  7758.             "EditTop": 444,
  7759.             "EditWidth": 80,
  7760.             "EditHeight": 13,
  7761.             "NumberOfLines": 1,
  7762.             "DefaultFont": "Tahoma,8,0,0",
  7763.             "DefPrecision": -1,
  7764.             "AutoCalc": 0
  7765.         },
  7766.         {
  7767.             "KeyWord": "GC3Design",
  7768.             "FieldIndex": 494,
  7769.             "TypeOfField": 0,
  7770.             "CheckBox": 0,
  7771.             "Page": 2,
  7772.             "Justify": 0,
  7773.             "EditLeft": 473,
  7774.             "EditTop": 459,
  7775.             "EditWidth": 80,
  7776.             "EditHeight": 13,
  7777.             "NumberOfLines": 1,
  7778.             "DefaultFont": "Tahoma,8,0,0",
  7779.             "DefPrecision": -1,
  7780.             "AutoCalc": 0
  7781.         },
  7782.         {
  7783.             "KeyWord": "GC3QualConstr",
  7784.             "FieldIndex": 495,
  7785.             "TypeOfField": 0,
  7786.             "CheckBox": 0,
  7787.             "Page": 2,
  7788.             "Justify": 0,
  7789.             "EditLeft": 473,
  7790.             "EditTop": 474,
  7791.             "EditWidth": 80,
  7792.             "EditHeight": 13,
  7793.             "NumberOfLines": 1,
  7794.             "DefaultFont": "Tahoma,8,0,0",
  7795.             "DefPrecision": -1,
  7796.             "AutoCalc": 0
  7797.         },
  7798.         {
  7799.             "KeyWord": "GC3Age",
  7800.             "FieldIndex": 496,
  7801.             "TypeOfField": 0,
  7802.             "CheckBox": 0,
  7803.             "Page": 2,
  7804.             "Justify": 0,
  7805.             "EditLeft": 473,
  7806.             "EditTop": 489,
  7807.             "EditWidth": 80,
  7808.             "EditHeight": 13,
  7809.             "NumberOfLines": 1,
  7810.             "DefaultFont": "Tahoma,8,0,0",
  7811.             "DefPrecision": -1,
  7812.             "AutoCalc": 0
  7813.         },
  7814.         {
  7815.             "KeyWord": "GC3Condition",
  7816.             "FieldIndex": 497,
  7817.             "TypeOfField": 0,
  7818.             "CheckBox": 0,
  7819.             "Page": 2,
  7820.             "Justify": 0,
  7821.             "EditLeft": 473,
  7822.             "EditTop": 504,
  7823.             "EditWidth": 80,
  7824.             "EditHeight": 13,
  7825.             "NumberOfLines": 1,
  7826.             "DefaultFont": "Tahoma,8,0,0",
  7827.             "DefPrecision": -1,
  7828.             "AutoCalc": 0
  7829.         },
  7830.         {
  7831.             "KeyWord": "GC3TotRooms",
  7832.             "FieldIndex": 498,
  7833.             "TypeOfField": 0,
  7834.             "CheckBox": 0,
  7835.             "Page": 2,
  7836.             "Justify": 2,
  7837.             "EditLeft": 473,
  7838.             "EditTop": 535,
  7839.             "EditWidth": 22,
  7840.             "EditHeight": 13,
  7841.             "NumberOfLines": 1,
  7842.             "DefaultFont": "Tahoma,8,0,0",
  7843.             "DefPrecision": 0,
  7844.             "AutoCalc": 0
  7845.         },
  7846.         {
  7847.             "KeyWord": "GC3BedRooms",
  7848.             "FieldIndex": 499,
  7849.             "TypeOfField": 0,
  7850.             "CheckBox": 0,
  7851.             "Page": 2,
  7852.             "Justify": 2,
  7853.             "EditLeft": 498,
  7854.             "EditTop": 535,
  7855.             "EditWidth": 23,
  7856.             "EditHeight": 13,
  7857.             "NumberOfLines": 1,
  7858.             "DefaultFont": "Tahoma,8,0,0",
  7859.             "DefPrecision": 0,
  7860.             "AutoCalc": 0
  7861.         },
  7862.         {
  7863.             "KeyWord": "GC3Baths",
  7864.             "FieldIndex": 500,
  7865.             "TypeOfField": 0,
  7866.             "CheckBox": 0,
  7867.             "Page": 2,
  7868.             "Justify": 2,
  7869.             "EditLeft": 524,
  7870.             "EditTop": 535,
  7871.             "EditWidth": 29,
  7872.             "EditHeight": 13,
  7873.             "NumberOfLines": 1,
  7874.             "DefaultFont": "Tahoma,8,0,0",
  7875.             "DefPrecision": 2,
  7876.             "AutoCalc": 0
  7877.         },
  7878.         {
  7879.             "KeyWord": "GC3GLASqFt",
  7880.             "FieldIndex": 501,
  7881.             "TypeOfField": 0,
  7882.             "CheckBox": 0,
  7883.             "Page": 2,
  7884.             "Justify": 0,
  7885.             "EditLeft": 473,
  7886.             "EditTop": 550,
  7887.             "EditWidth": 49,
  7888.             "EditHeight": 13,
  7889.             "NumberOfLines": 1,
  7890.             "DefaultFont": "Tahoma,8,0,0",
  7891.             "DefPrecision": 0,
  7892.             "AutoCalc": 0,
  7893.             "Dependencies": "-484"
  7894.         },
  7895.         {
  7896.             "KeyWord": "GC3BsmRooms1",
  7897.             "FieldIndex": 502,
  7898.             "TypeOfField": 0,
  7899.             "CheckBox": 0,
  7900.             "Page": 2,
  7901.             "Justify": 0,
  7902.             "EditLeft": 473,
  7903.             "EditTop": 565,
  7904.             "EditWidth": 80,
  7905.             "EditHeight": 13,
  7906.             "NumberOfLines": 1,
  7907.             "DefaultFont": "Tahoma,8,0,0",
  7908.             "DefPrecision": -1,
  7909.             "AutoCalc": 0
  7910.         },
  7911.         {
  7912.             "KeyWord": "GC3BsmRooms2",
  7913.             "FieldIndex": 503,
  7914.             "TypeOfField": 0,
  7915.             "CheckBox": 0,
  7916.             "Page": 2,
  7917.             "Justify": 0,
  7918.             "EditLeft": 473,
  7919.             "EditTop": 580,
  7920.             "EditWidth": 80,
  7921.             "EditHeight": 13,
  7922.             "NumberOfLines": 1,
  7923.             "DefaultFont": "Tahoma,8,0,0",
  7924.             "DefPrecision": -1,
  7925.             "AutoCalc": 0
  7926.         },
  7927.         {
  7928.             "KeyWord": "GC3FuncUtil",
  7929.             "FieldIndex": 504,
  7930.             "TypeOfField": 0,
  7931.             "CheckBox": 0,
  7932.             "Page": 2,
  7933.             "Justify": 0,
  7934.             "EditLeft": 473,
  7935.             "EditTop": 595,
  7936.             "EditWidth": 80,
  7937.             "EditHeight": 13,
  7938.             "NumberOfLines": 1,
  7939.             "DefaultFont": "Tahoma,8,0,0",
  7940.             "DefPrecision": -1,
  7941.             "AutoCalc": 0
  7942.         },
  7943.         {
  7944.             "KeyWord": "GC3HeatCool",
  7945.             "FieldIndex": 505,
  7946.             "TypeOfField": 0,
  7947.             "CheckBox": 0,
  7948.             "Page": 2,
  7949.             "Justify": 0,
  7950.             "EditLeft": 473,
  7951.             "EditTop": 610,
  7952.             "EditWidth": 80,
  7953.             "EditHeight": 13,
  7954.             "NumberOfLines": 1,
  7955.             "DefaultFont": "Tahoma,8,0,0",
  7956.             "DefPrecision": -1,
  7957.             "AutoCalc": 0
  7958.         },
  7959.         {
  7960.             "KeyWord": "GC3EnergyEff",
  7961.             "FieldIndex": 506,
  7962.             "TypeOfField": 0,
  7963.             "CheckBox": 0,
  7964.             "Page": 2,
  7965.             "Justify": 0,
  7966.             "EditLeft": 473,
  7967.             "EditTop": 625,
  7968.             "EditWidth": 80,
  7969.             "EditHeight": 13,
  7970.             "NumberOfLines": 1,
  7971.             "DefaultFont": "Tahoma,8,0,0",
  7972.             "DefPrecision": -1,
  7973.             "AutoCalc": 0
  7974.         },
  7975.         {
  7976.             "KeyWord": "GC3GarCpt",
  7977.             "FieldIndex": 507,
  7978.             "TypeOfField": 0,
  7979.             "CheckBox": 0,
  7980.             "Page": 2,
  7981.             "Justify": 0,
  7982.             "EditLeft": 473,
  7983.             "EditTop": 640,
  7984.             "EditWidth": 80,
  7985.             "EditHeight": 13,
  7986.             "NumberOfLines": 1,
  7987.             "DefaultFont": "Tahoma,8,0,0",
  7988.             "DefPrecision": -1,
  7989.             "AutoCalc": 0
  7990.         },
  7991.         {
  7992.             "KeyWord": "GC3PorchEtc1",
  7993.             "FieldIndex": 508,
  7994.             "TypeOfField": 0,
  7995.             "CheckBox": 0,
  7996.             "Page": 2,
  7997.             "Justify": 0,
  7998.             "EditLeft": 473,
  7999.             "EditTop": 655,
  8000.             "EditWidth": 80,
  8001.             "EditHeight": 13,
  8002.             "NumberOfLines": 1,
  8003.             "DefaultFont": "Tahoma,8,0,0",
  8004.             "DefPrecision": -1,
  8005.             "AutoCalc": 0
  8006.         },
  8007.         {
  8008.             "KeyWord": "GC3PorchEtc2",
  8009.             "FieldIndex": 509,
  8010.             "TypeOfField": 0,
  8011.             "CheckBox": 0,
  8012.             "Page": 2,
  8013.             "Justify": 0,
  8014.             "EditLeft": 473,
  8015.             "EditTop": 671,
  8016.             "EditWidth": 81,
  8017.             "EditHeight": 13,
  8018.             "NumberOfLines": 1,
  8019.             "DefaultFont": "Tahoma,8,0,0",
  8020.             "DefPrecision": -1,
  8021.             "AutoCalc": 0
  8022.         },
  8023.         {
  8024.             "KeyWord": "GC3FenceEtc",
  8025.             "FieldIndex": 510,
  8026.             "TypeOfField": 0,
  8027.             "CheckBox": 0,
  8028.             "Page": 2,
  8029.             "Justify": 0,
  8030.             "EditLeft": 473,
  8031.             "EditTop": 686,
  8032.             "EditWidth": 80,
  8033.             "EditHeight": 13,
  8034.             "NumberOfLines": 1,
  8035.             "DefaultFont": "Tahoma,8,0,0",
  8036.             "DefPrecision": -1,
  8037.             "AutoCalc": 0
  8038.         },
  8039.         {
  8040.             "KeyWord": "GC3ExtraItem",
  8041.             "FieldIndex": 511,
  8042.             "TypeOfField": 0,
  8043.             "CheckBox": 0,
  8044.             "Page": 2,
  8045.             "Justify": 0,
  8046.             "EditLeft": 473,
  8047.             "EditTop": 701,
  8048.             "EditWidth": 80,
  8049.             "EditHeight": 13,
  8050.             "NumberOfLines": 1,
  8051.             "DefaultFont": "Tahoma,8,0,0",
  8052.             "DefPrecision": -1,
  8053.             "AutoCalc": 0
  8054.         },
  8055.         {
  8056.             "KeyWord": "GC3SalesFin1Adj",
  8057.             "FieldIndex": 516,
  8058.             "TypeOfField": 0,
  8059.             "CheckBox": 0,
  8060.             "Page": 2,
  8061.             "Justify": 1,
  8062.             "EditLeft": 556,
  8063.             "EditTop": 354,
  8064.             "EditWidth": 60,
  8065.             "EditHeight": 13,
  8066.             "NumberOfLines": 1,
  8067.             "DefaultFont": "Tahoma,8,0,0",
  8068.             "DefPrecision": 0,
  8069.             "AutoCalc": 0,
  8070.             "Dependencies": "-539,-514"
  8071.         },
  8072.         {
  8073.             "KeyWord": "GC3SalesFin2Adj",
  8074.             "FieldIndex": 517,
  8075.             "TypeOfField": 0,
  8076.             "CheckBox": 0,
  8077.             "Page": 2,
  8078.             "Justify": 1,
  8079.             "EditLeft": 556,
  8080.             "EditTop": 369,
  8081.             "EditWidth": 60,
  8082.             "EditHeight": 13,
  8083.             "NumberOfLines": 1,
  8084.             "DefaultFont": "Tahoma,8,0,0",
  8085.             "DefPrecision": 0,
  8086.             "AutoCalc": 0,
  8087.             "Dependencies": "-539,-515,-514"
  8088.         },
  8089.         {
  8090.             "KeyWord": "GC3DateOfSaleAdj",
  8091.             "FieldIndex": 518,
  8092.             "TypeOfField": 0,
  8093.             "CheckBox": 0,
  8094.             "Page": 2,
  8095.             "Justify": 1,
  8096.             "EditLeft": 556,
  8097.             "EditTop": 384,
  8098.             "EditWidth": 60,
  8099.             "EditHeight": 13,
  8100.             "NumberOfLines": 1,
  8101.             "DefaultFont": "Tahoma,8,0,0",
  8102.             "DefPrecision": 0,
  8103.             "AutoCalc": 0,
  8104.             "Dependencies": "-539,-515,-514"
  8105.         },
  8106.         {
  8107.             "KeyWord": "GC3LocationAdj",
  8108.             "FieldIndex": 519,
  8109.             "TypeOfField": 0,
  8110.             "CheckBox": 0,
  8111.             "Page": 2,
  8112.             "Justify": 1,
  8113.             "EditLeft": 556,
  8114.             "EditTop": 399,
  8115.             "EditWidth": 60,
  8116.             "EditHeight": 13,
  8117.             "NumberOfLines": 1,
  8118.             "DefaultFont": "Tahoma,8,0,0",
  8119.             "DefPrecision": 0,
  8120.             "AutoCalc": 0,
  8121.             "Dependencies": "-539,-515,-514"
  8122.         },
  8123.         {
  8124.             "KeyWord": "GC3LeaseholdAdj",
  8125.             "FieldIndex": 520,
  8126.             "TypeOfField": 0,
  8127.             "CheckBox": 0,
  8128.             "Page": 2,
  8129.             "Justify": 1,
  8130.             "EditLeft": 556,
  8131.             "EditTop": 414,
  8132.             "EditWidth": 60,
  8133.             "EditHeight": 13,
  8134.             "NumberOfLines": 1,
  8135.             "DefaultFont": "Tahoma,8,0,0",
  8136.             "DefPrecision": 0,
  8137.             "AutoCalc": 0,
  8138.             "Dependencies": "-539,-515,-514"
  8139.         },
  8140.         {
  8141.             "KeyWord": "GC3SiteAdj",
  8142.             "FieldIndex": 521,
  8143.             "TypeOfField": 0,
  8144.             "CheckBox": 0,
  8145.             "Page": 2,
  8146.             "Justify": 1,
  8147.             "EditLeft": 556,
  8148.             "EditTop": 429,
  8149.             "EditWidth": 60,
  8150.             "EditHeight": 13,
  8151.             "NumberOfLines": 1,
  8152.             "DefaultFont": "Tahoma,8,0,0",
  8153.             "DefPrecision": 0,
  8154.             "AutoCalc": 0,
  8155.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC3SiteAdj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUSite URAR0693.GC1Site URAR0693.GC2Site URAR0693.GC3Site */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC3SiteAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUSite);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1Site) Then\r\n\t\t\tURAR0693.GC1SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC1Site)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1SiteAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2Site) Then\r\n\t\t\tURAR0693.GC2SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC2Site)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2SiteAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3Site) Then\r\n\t\t\tURAR0693.GC3SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC3Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3SiteAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1Site) Then\r\n\t\t\tSComp4to6.GC1SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC1Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1SiteAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2Site) Then\r\n\t\t\tSComp4to6.GC2SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC2Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2SiteAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3Site) Then\r\n\t\t\tSComp4to6.GC3SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC3Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3SiteAdj = \"\";\r\n\tEnd;\r\nend;\r\n",
  8156.             "Dependencies": "417,478,539,392,393,453,454,514,515",
  8157.             "Updates": "399,460,521"
  8158.         },
  8159.         {
  8160.             "KeyWord": "GC3ViewAdj",
  8161.             "FieldIndex": 522,
  8162.             "TypeOfField": 0,
  8163.             "CheckBox": 0,
  8164.             "Page": 2,
  8165.             "Justify": 1,
  8166.             "EditLeft": 556,
  8167.             "EditTop": 444,
  8168.             "EditWidth": 60,
  8169.             "EditHeight": 13,
  8170.             "NumberOfLines": 1,
  8171.             "DefaultFont": "Tahoma,8,0,0",
  8172.             "DefPrecision": 0,
  8173.             "AutoCalc": 0,
  8174.             "Dependencies": "-539,-515,-514"
  8175.         },
  8176.         {
  8177.             "KeyWord": "GC3DesignAdj",
  8178.             "FieldIndex": 523,
  8179.             "TypeOfField": 0,
  8180.             "CheckBox": 0,
  8181.             "Page": 2,
  8182.             "Justify": 1,
  8183.             "EditLeft": 556,
  8184.             "EditTop": 459,
  8185.             "EditWidth": 60,
  8186.             "EditHeight": 13,
  8187.             "NumberOfLines": 1,
  8188.             "DefaultFont": "Tahoma,8,0,0",
  8189.             "DefPrecision": 0,
  8190.             "AutoCalc": 0,
  8191.             "Dependencies": "-539,-515,-514"
  8192.         },
  8193.         {
  8194.             "KeyWord": "GC3QualConstrAdj",
  8195.             "FieldIndex": 524,
  8196.             "TypeOfField": 0,
  8197.             "CheckBox": 0,
  8198.             "Page": 2,
  8199.             "Justify": 1,
  8200.             "EditLeft": 556,
  8201.             "EditTop": 474,
  8202.             "EditWidth": 60,
  8203.             "EditHeight": 13,
  8204.             "NumberOfLines": 1,
  8205.             "DefaultFont": "Tahoma,8,0,0",
  8206.             "DefPrecision": 0,
  8207.             "AutoCalc": 0,
  8208.             "Dependencies": "-539,-515,-514"
  8209.         },
  8210.         {
  8211.             "KeyWord": "GC3AgeAdj",
  8212.             "FieldIndex": 525,
  8213.             "TypeOfField": 0,
  8214.             "CheckBox": 0,
  8215.             "Page": 2,
  8216.             "Justify": 1,
  8217.             "EditLeft": 556,
  8218.             "EditTop": 489,
  8219.             "EditWidth": 60,
  8220.             "EditHeight": 13,
  8221.             "NumberOfLines": 1,
  8222.             "DefaultFont": "Tahoma,8,0,0",
  8223.             "DefPrecision": 0,
  8224.             "AutoCalc": 0,
  8225.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC3AgeAdj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUAge URAR0693.GC1Age URAR0693.GC2Age URAR0693.GC3Age */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC3AgeAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUAge);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif n1 < 1000 then\r\n\t\t\tn2 = 0-n2;\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1Age) Then\r\n\t\t\tURAR0693.GC1AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC1Age)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1AgeAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2Age) Then\r\n\t\t\tURAR0693.GC2AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC2Age)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2AgeAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3Age) Then\r\n\t\t\tURAR0693.GC3AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC3Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3AgeAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1Age) Then\r\n\t\t\tSComp4to6.GC1AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC1Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1AgeAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2Age) Then\r\n\t\t\tSComp4to6.GC2AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC2Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2AgeAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3Age) Then\r\n\t\t\tSComp4to6.GC3AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC3Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3AgeAdj = \"\";\r\n\tEnd;\r\nend;\r\n",
  8226.             "Dependencies": "417,478,539,392,393,453,454,514,515",
  8227.             "Updates": "403,464,525"
  8228.         },
  8229.         {
  8230.             "KeyWord": "GC3ConditionAdj",
  8231.             "FieldIndex": 526,
  8232.             "TypeOfField": 0,
  8233.             "CheckBox": 0,
  8234.             "Page": 2,
  8235.             "Justify": 1,
  8236.             "EditLeft": 556,
  8237.             "EditTop": 504,
  8238.             "EditWidth": 60,
  8239.             "EditHeight": 13,
  8240.             "NumberOfLines": 1,
  8241.             "DefaultFont": "Tahoma,8,0,0",
  8242.             "DefPrecision": 0,
  8243.             "AutoCalc": 0,
  8244.             "Dependencies": "-539,-515,-514"
  8245.         },
  8246.         {
  8247.             "KeyWord": "GC3RoomsAdj",
  8248.             "FieldIndex": 527,
  8249.             "TypeOfField": 0,
  8250.             "CheckBox": 0,
  8251.             "Page": 2,
  8252.             "Justify": 1,
  8253.             "EditLeft": 556,
  8254.             "EditTop": 535,
  8255.             "EditWidth": 60,
  8256.             "EditHeight": 13,
  8257.             "NumberOfLines": 1,
  8258.             "DefaultFont": "Tahoma,8,0,0",
  8259.             "DefPrecision": 0,
  8260.             "AutoCalc": 0,
  8261.             "Dependencies": "-539,-515,-514"
  8262.         },
  8263.         {
  8264.             "KeyWord": "GC3GLASqFtAdj",
  8265.             "FieldIndex": 528,
  8266.             "TypeOfField": 0,
  8267.             "CheckBox": 0,
  8268.             "Page": 2,
  8269.             "Justify": 1,
  8270.             "EditLeft": 556,
  8271.             "EditTop": 550,
  8272.             "EditWidth": 60,
  8273.             "EditHeight": 13,
  8274.             "NumberOfLines": 1,
  8275.             "DefaultFont": "Tahoma,8,0,0",
  8276.             "DefPrecision": 0,
  8277.             "AutoCalc": 0,
  8278.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC3GLASqFtAdj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUGLASqFt URAR0693.GC1GLASqFt URAR0693.GC2GLASqFt URAR0693.GC3GLASqFt */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC3GLASqFtAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUGLASqFt);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1GLASqFt) Then\r\n\t\t\tURAR0693.GC1GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC1GLASqFt)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1GLASqFtAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2GLASqFt) Then\r\n\t\t\tURAR0693.GC2GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC2GLASqFt)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2GLASqFtAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3GLASqFt) Then\r\n\t\t\tURAR0693.GC3GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC3GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3GLASqFtAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1GLASqFt) Then\r\n\t\t\tSComp4to6.GC1GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC1GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1GLASqFtAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2GLASqFt) Then\r\n\t\t\tSComp4to6.GC2GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC2GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2GLASqFtAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3GLASqFt) Then\r\n\t\t\tSComp4to6.GC3GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC3GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3GLASqFtAdj = \"\";\r\n\tEnd;\r\nend;\r\n",
  8279.             "Dependencies": "417,478,539,392,393,453,454,514,515",
  8280.             "Updates": "406,467,528"
  8281.         },
  8282.         {
  8283.             "KeyWord": "GC3BsmRooms1Adj",
  8284.             "FieldIndex": 529,
  8285.             "TypeOfField": 0,
  8286.             "CheckBox": 0,
  8287.             "Page": 2,
  8288.             "Justify": 1,
  8289.             "EditLeft": 556,
  8290.             "EditTop": 565,
  8291.             "EditWidth": 60,
  8292.             "EditHeight": 13,
  8293.             "NumberOfLines": 1,
  8294.             "DefaultFont": "Tahoma,8,0,0",
  8295.             "DefPrecision": 0,
  8296.             "AutoCalc": 0,
  8297.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC3BsmRooms1Adj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUBsmRooms1 URAR0693.GC1BsmRooms1 URAR0693.GC2BsmRooms1 URAR0693.GC3BsmRooms1 */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC3BsmRooms1Adj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUBsmRooms1);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1BsmRooms1) Then\r\n\t\t\tURAR0693.GC1BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC1BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1BsmRooms1Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2BsmRooms1) Then\r\n\t\t\tURAR0693.GC2BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC2BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2BsmRooms1Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3BsmRooms1) Then\r\n\t\t\tURAR0693.GC3BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC3BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC3BsmRooms1Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1BsmRooms1) Then\r\n\t\t\tSComp4to6.GC1BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1BsmRooms1Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2BsmRooms1) Then\r\n\t\t\tSComp4to6.GC2BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC2BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2BsmRooms1Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3BsmRooms1) Then\r\n\t\t\tSComp4to6.GC3BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC3BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3BsmRooms1Adj = \"\";\r\n\tEnd;\r\nend;\r\n",
  8298.             "Dependencies": "417,478,539,392,393,453,454,514,515",
  8299.             "Updates": "407,468,529"
  8300.         },
  8301.         {
  8302.             "KeyWord": "GC3BsmRooms2Adj",
  8303.             "FieldIndex": 530,
  8304.             "TypeOfField": 0,
  8305.             "CheckBox": 0,
  8306.             "Page": 2,
  8307.             "Justify": 1,
  8308.             "EditLeft": 556,
  8309.             "EditTop": 580,
  8310.             "EditWidth": 60,
  8311.             "EditHeight": 13,
  8312.             "NumberOfLines": 1,
  8313.             "DefaultFont": "Tahoma,8,0,0",
  8314.             "DefPrecision": 0,
  8315.             "AutoCalc": 0,
  8316.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"URAR0693.GC3BsmRooms2Adj\"),\r\naffects \"URAR0693.GC1NetAdjAmt\",\r\naffects \"URAR0693.GC2NetAdjAmt\",\r\naffects \"URAR0693.GC3NetAdjAmt\",\r\naffects \"URAR0693.GC1AdjPrice1_Text,URAR0693.GC1AdjPrice2_Text\",\r\naffects \"URAR0693.GC2AdjPrice1_Text,URAR0693.GC2AdjPrice2_Text\",\r\naffects \"URAR0693.GC3AdjPrice1_Text,URAR0693.GC3AdjPrice2_Text\" is\r\n/* no depends URAR0693.GSUBsmRooms2 URAR0693.GC1BsmRooms2 URAR0693.GC2BsmRooms2 URAR0693.GC3BsmRooms2 */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = URAR0693.GC3BsmRooms2Adj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\tbegin\r\n\t\tn1 = atof(URAR0693.GSUBsmRooms2);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1BsmRooms2) Then\r\n\t\t\tURAR0693.GC1BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1BsmRooms2Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2BsmRooms2) Then\r\n\t\t\tURAR0693.GC2BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC2BsmRooms2)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2BsmRooms2Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3BsmRooms2) Then\r\n\t\t\tURAR0693.GC3BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC3BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3BsmRooms2Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1BsmRooms2) Then\r\n\t\t\tSComp4to6.GC1BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1BsmRooms2Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC2BsmRooms2) Then\r\n\t\t\tSComp4to6.GC2BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2BsmRooms2Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC3BsmRooms2) Then\r\n\t\t\tSComp4to6.GC3BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3BsmRooms2Adj = \"\";\r\n\tEnd;\r\nend;\r\n",
  8317.             "Dependencies": "417,478,539,392,393,453,454,514,515",
  8318.             "Updates": "408,469,530"
  8319.         },
  8320.         {
  8321.             "KeyWord": "GC3FuncUtilAdj",
  8322.             "FieldIndex": 531,
  8323.             "TypeOfField": 0,
  8324.             "CheckBox": 0,
  8325.             "Page": 2,
  8326.             "Justify": 1,
  8327.             "EditLeft": 556,
  8328.             "EditTop": 595,
  8329.             "EditWidth": 60,
  8330.             "EditHeight": 13,
  8331.             "NumberOfLines": 1,
  8332.             "DefaultFont": "Tahoma,8,0,0",
  8333.             "DefPrecision": 0,
  8334.             "AutoCalc": 0,
  8335.             "Dependencies": "-539,-515,-514"
  8336.         },
  8337.         {
  8338.             "KeyWord": "GC3HeatCoolAdj",
  8339.             "FieldIndex": 532,
  8340.             "TypeOfField": 0,
  8341.             "CheckBox": 0,
  8342.             "Page": 2,
  8343.             "Justify": 1,
  8344.             "EditLeft": 556,
  8345.             "EditTop": 610,
  8346.             "EditWidth": 60,
  8347.             "EditHeight": 13,
  8348.             "NumberOfLines": 1,
  8349.             "DefaultFont": "Tahoma,8,0,0",
  8350.             "DefPrecision": 0,
  8351.             "AutoCalc": 0,
  8352.             "Dependencies": "-539,-515,-514"
  8353.         },
  8354.         {
  8355.             "KeyWord": "GC3EnergyEffAdj",
  8356.             "FieldIndex": 533,
  8357.             "TypeOfField": 0,
  8358.             "CheckBox": 0,
  8359.             "Page": 2,
  8360.             "Justify": 1,
  8361.             "EditLeft": 556,
  8362.             "EditTop": 625,
  8363.             "EditWidth": 60,
  8364.             "EditHeight": 13,
  8365.             "NumberOfLines": 1,
  8366.             "DefaultFont": "Tahoma,8,0,0",
  8367.             "DefPrecision": 0,
  8368.             "AutoCalc": 0,
  8369.             "Dependencies": "-539,-515,-514"
  8370.         },
  8371.         {
  8372.             "KeyWord": "GC3GarCptAdj",
  8373.             "FieldIndex": 534,
  8374.             "TypeOfField": 0,
  8375.             "CheckBox": 0,
  8376.             "Page": 2,
  8377.             "Justify": 1,
  8378.             "EditLeft": 556,
  8379.             "EditTop": 640,
  8380.             "EditWidth": 60,
  8381.             "EditHeight": 13,
  8382.             "NumberOfLines": 1,
  8383.             "DefaultFont": "Tahoma,8,0,0",
  8384.             "DefPrecision": 0,
  8385.             "AutoCalc": 0,
  8386.             "Dependencies": "-539,-515,-514"
  8387.         },
  8388.         {
  8389.             "KeyWord": "GC3PorchEtc1Adj",
  8390.             "FieldIndex": 535,
  8391.             "TypeOfField": 0,
  8392.             "CheckBox": 0,
  8393.             "Page": 2,
  8394.             "Justify": 1,
  8395.             "EditLeft": 556,
  8396.             "EditTop": 655,
  8397.             "EditWidth": 60,
  8398.             "EditHeight": 13,
  8399.             "NumberOfLines": 1,
  8400.             "DefaultFont": "Tahoma,8,0,0",
  8401.             "DefPrecision": 0,
  8402.             "AutoCalc": 0,
  8403.             "Dependencies": "-539,-515,-514"
  8404.         },
  8405.         {
  8406.             "KeyWord": "GC3PorchEtc2Adj",
  8407.             "FieldIndex": 536,
  8408.             "TypeOfField": 0,
  8409.             "CheckBox": 0,
  8410.             "Page": 2,
  8411.             "Justify": 1,
  8412.             "EditLeft": 556,
  8413.             "EditTop": 671,
  8414.             "EditWidth": 60,
  8415.             "EditHeight": 13,
  8416.             "NumberOfLines": 1,
  8417.             "DefaultFont": "Tahoma,8,0,0",
  8418.             "DefPrecision": 0,
  8419.             "AutoCalc": 0,
  8420.             "Dependencies": "-539,-515,-514"
  8421.         },
  8422.         {
  8423.             "KeyWord": "GC3FenceEtcAdj",
  8424.             "FieldIndex": 537,
  8425.             "TypeOfField": 0,
  8426.             "CheckBox": 0,
  8427.             "Page": 2,
  8428.             "Justify": 1,
  8429.             "EditLeft": 556,
  8430.             "EditTop": 686,
  8431.             "EditWidth": 60,
  8432.             "EditHeight": 13,
  8433.             "NumberOfLines": 1,
  8434.             "DefaultFont": "Tahoma,8,0,0",
  8435.             "DefPrecision": 0,
  8436.             "AutoCalc": 0,
  8437.             "Dependencies": "-539,-515,-514"
  8438.         },
  8439.         {
  8440.             "KeyWord": "GC3ExtraItemAdj",
  8441.             "FieldIndex": 538,
  8442.             "TypeOfField": 0,
  8443.             "CheckBox": 0,
  8444.             "Page": 2,
  8445.             "Justify": 1,
  8446.             "EditLeft": 556,
  8447.             "EditTop": 701,
  8448.             "EditWidth": 60,
  8449.             "EditHeight": 13,
  8450.             "NumberOfLines": 1,
  8451.             "DefaultFont": "Tahoma,8,0,0",
  8452.             "DefPrecision": 0,
  8453.             "AutoCalc": 0,
  8454.             "Dependencies": "-539,-515,-514"
  8455.         },
  8456.         {
  8457.             "KeyWord": "GC3NetAdjAmt",
  8458.             "FieldIndex": 539,
  8459.             "TypeOfField": 0,
  8460.             "CheckBox": 0,
  8461.             "Page": 2,
  8462.             "Justify": 1,
  8463.             "EditLeft": 551,
  8464.             "EditTop": 716,
  8465.             "EditWidth": 65,
  8466.             "EditHeight": 13,
  8467.             "NumberOfLines": 1,
  8468.             "DefaultFont": "Tahoma,8,0,0",
  8469.             "DefPrecision": 0,
  8470.             "AutoCalc": 0,
  8471.             "Formula": "routine main() returns nothing is\r\n/* no depends URAR0693.GC3Plus_Box URAR0693.GC3Minus_Box */\r\nbegin\r\n\tfloat adj, price;\r\n\tadj=atof(URAR0693.GC3SalesFin1Adj)  + atof(URAR0693.GC3SalesFin2Adj) + \r\n\t\tatof(URAR0693.GC3DateOfSaleAdj) + atof(URAR0693.GC3LocationAdj) +\r\n\t\tatof(URAR0693.GC3LeaseholdAdj)\t+ atof(URAR0693.GC3SiteAdj) +\r\n\t\tatof(URAR0693.GC3ViewAdj)\t\t+ atof(URAR0693.GC3DesignAdj) +\r\n\t\tatof(URAR0693.GC3QualConstrAdj) + atof(URAR0693.GC3AgeAdj) +\r\n\t\tatof(URAR0693.GC3ConditionAdj)\t+ atof(URAR0693.GC3RoomsAdj) +\r\n\t\tatof(URAR0693.GC3GLASqFtAdj)\t+ atof(URAR0693.GC3BsmRooms1Adj) +\r\n\t\tatof(URAR0693.GC3BsmRooms2Adj)\t+ atof(URAR0693.GC3FuncUtilAdj) +\r\n\t\tatof(URAR0693.GC3HeatCoolAdj)\t+ atof(URAR0693.GC3EnergyEffAdj) +\r\n\t\tatof(URAR0693.GC3GarCptAdj)\t\t+ atof(URAR0693.GC3PorchEtc1Adj) +\r\n\t\tatof(URAR0693.GC3PorchEtc2Adj)\t+ atof(URAR0693.GC3FenceEtcAdj) +\r\n\t\tatof(URAR0693.GC3ExtraItemAdj);\r\n\r\n\tprice = atof(URAR0693.GC3SalePrice);\r\n\tURAR0693.GC3NetAdjAmt = ToString(Round(adj));\r\n\tURAR0693.GC3IndValue = ToString(Round(price+adj));\r\n\r\n\tif adj >= 0 Then\r\n\tbegin\r\n\t\tURAR0693.GC3Plus_Box = \"X\";\r\n\t\tURAR0693.GC3Minus_Box = \"\";\r\n\tend;\r\n\telse\r\n\tbegin\r\n\t\tURAR0693.GC3Plus_Box = \"\";\r\n\t\tURAR0693.GC3Minus_Box = \"X\";\r\n\tend;\r\nend;\r\n",
  8472.             "Updates": "539,540,512,513"
  8473.         },
  8474.         {
  8475.             "KeyWord": "GC3IndValue",
  8476.             "FieldIndex": 540,
  8477.             "TypeOfField": 0,
  8478.             "CheckBox": 0,
  8479.             "Page": 2,
  8480.             "Justify": 1,
  8481.             "EditLeft": 551,
  8482.             "EditTop": 747,
  8483.             "EditWidth": 65,
  8484.             "EditHeight": 13,
  8485.             "NumberOfLines": 1,
  8486.             "DefaultFont": "Tahoma,8,0,0",
  8487.             "DefPrecision": 0,
  8488.             "AutoCalc": 0
  8489.         },
  8490.         {
  8491.             "KeyWord": "SCMComments_#1",
  8492.             "FieldIndex": 541,
  8493.             "TypeOfField": 0,
  8494.             "CheckBox": 0,
  8495.             "Page": 2,
  8496.             "Justify": 0,
  8497.             "EditLeft": 398,
  8498.             "EditTop": 763,
  8499.             "EditWidth": 218,
  8500.             "EditHeight": 13,
  8501.             "NumberOfLines": 6,
  8502.             "DefaultFont": "Tahoma,8,0,0",
  8503.             "DefPrecision": -1,
  8504.             "AutoCalc": 0
  8505.         },
  8506.         {
  8507.             "KeyWord": "SCMAnalysis_#1",
  8508.             "FieldIndex": 559,
  8509.             "TypeOfField": 0,
  8510.             "CheckBox": 0,
  8511.             "Page": 2,
  8512.             "Justify": 0,
  8513.             "EditLeft": 13,
  8514.             "EditTop": 927,
  8515.             "EditWidth": 603,
  8516.             "EditHeight": 13,
  8517.             "NumberOfLines": 2,
  8518.             "DefaultFont": "Tahoma,8,0,0",
  8519.             "DefPrecision": -1,
  8520.             "AutoCalc": 0
  8521.         },
  8522.         {
  8523.             "KeyWord": "SCMIndValue",
  8524.             "FieldIndex": 561,
  8525.             "TypeOfField": 0,
  8526.             "CheckBox": 0,
  8527.             "Page": 2,
  8528.             "Justify": 1,
  8529.             "EditLeft": 547,
  8530.             "EditTop": 958,
  8531.             "EditWidth": 69,
  8532.             "EditHeight": 13,
  8533.             "NumberOfLines": 1,
  8534.             "DefaultFont": "Tahoma,8,0,0",
  8535.             "DefPrecision": -1,
  8536.             "AutoCalc": 0
  8537.         },
  8538.         {
  8539.             "KeyWord": "SCMEstMktRent",
  8540.             "FieldIndex": 562,
  8541.             "TypeOfField": 0,
  8542.             "CheckBox": 0,
  8543.             "Page": 2,
  8544.             "Justify": 0,
  8545.             "EditLeft": 345,
  8546.             "EditTop": 973,
  8547.             "EditWidth": 36,
  8548.             "EditHeight": 13,
  8549.             "NumberOfLines": 1,
  8550.             "DefaultFont": "Tahoma,8,0,0",
  8551.             "DefPrecision": -1,
  8552.             "AutoCalc": 0,
  8553.             "Dependencies": "-564"
  8554.         },
  8555.         {
  8556.             "KeyWord": "SCMGRM",
  8557.             "FieldIndex": 563,
  8558.             "TypeOfField": 0,
  8559.             "CheckBox": 0,
  8560.             "Page": 2,
  8561.             "Justify": 2,
  8562.             "EditLeft": 499,
  8563.             "EditTop": 973,
  8564.             "EditWidth": 28,
  8565.             "EditHeight": 13,
  8566.             "NumberOfLines": 1,
  8567.             "DefaultFont": "Tahoma,8,0,0",
  8568.             "DefPrecision": -1,
  8569.             "AutoCalc": 0,
  8570.             "Dependencies": "-564"
  8571.         },
  8572.         {
  8573.             "KeyWord": "SCMIndValIncome",
  8574.             "FieldIndex": 564,
  8575.             "TypeOfField": 0,
  8576.             "CheckBox": 0,
  8577.             "Page": 2,
  8578.             "Justify": 1,
  8579.             "EditLeft": 547,
  8580.             "EditTop": 973,
  8581.             "EditWidth": 69,
  8582.             "EditHeight": 13,
  8583.             "NumberOfLines": 1,
  8584.             "DefaultFont": "Tahoma,8,0,0",
  8585.             "DefPrecision": -1,
  8586.             "AutoCalc": 0,
  8587.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"SCMIndValIncome\") is\r\nbegin\r\n\tstring b;\r\n\tfloat val;\r\n\tb = URAR0693.SCMIndValIncome;\r\n\tval = Round(atof(URAR0693.SCMEstMktRent)*atof(URAR0693.SCMGRM));\r\n\r\n\tIf IsEmpty(b) Then\r\n\t\tURAR0693.SCMIndValIncome = ToString(val,5);\r\n\telse if Isnumber(b) or atof(b) != val then\r\n\t\tURAR0693.SCMIndValIncome = ToString(val,5);\r\nend;\r\n",
  8588.             "Updates": "564"
  8589.         },
  8590.         {
  8591.             "KeyWord": "RECAppr_AsIs",
  8592.             "FieldIndex": 565,
  8593.             "TypeOfField": 1,
  8594.             "CheckBox": 1,
  8595.             "Page": 2,
  8596.             "Justify": 0,
  8597.             "EditLeft": 99,
  8598.             "EditTop": 991,
  8599.             "EditWidth": 12,
  8600.             "EditHeight": 13,
  8601.             "NumberOfLines": 1,
  8602.             "DefPrecision": -1,
  8603.             "AutoCalc": 0
  8604.         },
  8605.         {
  8606.             "KeyWord": "RECAppr_Repairs",
  8607.             "FieldIndex": 566,
  8608.             "TypeOfField": 1,
  8609.             "CheckBox": 1,
  8610.             "Page": 2,
  8611.             "Justify": 0,
  8612.             "EditLeft": 143,
  8613.             "EditTop": 991,
  8614.             "EditWidth": 12,
  8615.             "EditHeight": 13,
  8616.             "NumberOfLines": 1,
  8617.             "DefPrecision": -1,
  8618.             "AutoCalc": 0
  8619.         },
  8620.         {
  8621.             "KeyWord": "RECAppr_Plans",
  8622.             "FieldIndex": 567,
  8623.             "TypeOfField": 1,
  8624.             "CheckBox": 1,
  8625.             "Page": 2,
  8626.             "Justify": 0,
  8627.             "EditLeft": 421,
  8628.             "EditTop": 991,
  8629.             "EditWidth": 12,
  8630.             "EditHeight": 13,
  8631.             "NumberOfLines": 1,
  8632.             "DefPrecision": -1,
  8633.             "AutoCalc": 0
  8634.         },
  8635.         {
  8636.             "KeyWord": "RECConditions_#1",
  8637.             "FieldIndex": 568,
  8638.             "TypeOfField": 0,
  8639.             "CheckBox": 0,
  8640.             "Page": 2,
  8641.             "Justify": 0,
  8642.             "EditLeft": 109,
  8643.             "EditTop": 1006,
  8644.             "EditWidth": 507,
  8645.             "EditHeight": 13,
  8646.             "NumberOfLines": 2,
  8647.             "DefaultFont": "Tahoma,8,0,0",
  8648.             "DefPrecision": -1,
  8649.             "AutoCalc": 0
  8650.         },
  8651.         {
  8652.             "KeyWord": "RECFinRec_#1",
  8653.             "FieldIndex": 570,
  8654.             "TypeOfField": 0,
  8655.             "CheckBox": 0,
  8656.             "Page": 2,
  8657.             "Justify": 0,
  8658.             "EditLeft": 95,
  8659.             "EditTop": 1036,
  8660.             "EditWidth": 521,
  8661.             "EditHeight": 13,
  8662.             "NumberOfLines": 3,
  8663.             "DefaultFont": "Tahoma,8,0,0",
  8664.             "DefPrecision": -1,
  8665.             "AutoCalc": 0
  8666.         },
  8667.         {
  8668.             "KeyWord": "RECFormRevDate",
  8669.             "FieldIndex": 573,
  8670.             "TypeOfField": 0,
  8671.             "CheckBox": 0,
  8672.             "Page": 2,
  8673.             "Justify": 0,
  8674.             "EditLeft": 541,
  8675.             "EditTop": 1092,
  8676.             "EditWidth": 52,
  8677.             "EditHeight": 13,
  8678.             "NumberOfLines": 1,
  8679.             "DefaultFont": "Tahoma,8,0,0",
  8680.             "DefPrecision": -1,
  8681.             "AutoCalc": 0
  8682.         },
  8683.         {
  8684.             "KeyWord": "RECInspectDate",
  8685.             "FieldIndex": 574,
  8686.             "TypeOfField": 0,
  8687.             "CheckBox": 0,
  8688.             "Page": 2,
  8689.             "Justify": 0,
  8690.             "EditLeft": 492,
  8691.             "EditTop": 1107,
  8692.             "EditWidth": 124,
  8693.             "EditHeight": 13,
  8694.             "NumberOfLines": 1,
  8695.             "DefaultFont": "Tahoma,8,0,0",
  8696.             "DefPrecision": -1,
  8697.             "AutoCalc": 0,
  8698.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECInspectDate\");\r\nend;\r\n"
  8699.         },
  8700.         {
  8701.             "KeyWord": "RECEstMktValue",
  8702.             "FieldIndex": 575,
  8703.             "TypeOfField": 0,
  8704.             "CheckBox": 0,
  8705.             "Page": 2,
  8706.             "Justify": 0,
  8707.             "EditLeft": 383,
  8708.             "EditTop": 1122,
  8709.             "EditWidth": 134,
  8710.             "EditHeight": 13,
  8711.             "NumberOfLines": 1,
  8712.             "DefaultFont": "Tahoma,8,0,0",
  8713.             "DefPrecision": -1,
  8714.             "AutoCalc": 0,
  8715.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECEstMktValue\");\r\nend;\r\n"
  8716.         },
  8717.         {
  8718.             "KeyWord": "RECSupInsp_Did",
  8719.             "FieldIndex": 583,
  8720.             "TypeOfField": 1,
  8721.             "CheckBox": 1,
  8722.             "Page": 2,
  8723.             "Justify": 0,
  8724.             "EditLeft": 539,
  8725.             "EditTop": 1169,
  8726.             "EditWidth": 12,
  8727.             "EditHeight": 13,
  8728.             "NumberOfLines": 1,
  8729.             "DefPrecision": -1,
  8730.             "AutoCalc": 0,
  8731.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECSupInsp_Did\");\r\nend;\r\n"
  8732.         },
  8733.         {
  8734.             "KeyWord": "RECSupInsp_DidNot",
  8735.             "FieldIndex": 584,
  8736.             "TypeOfField": 1,
  8737.             "CheckBox": 1,
  8738.             "Page": 2,
  8739.             "Justify": 0,
  8740.             "EditLeft": 574,
  8741.             "EditTop": 1169,
  8742.             "EditWidth": 12,
  8743.             "EditHeight": 13,
  8744.             "NumberOfLines": 1,
  8745.             "DefPrecision": -1,
  8746.             "AutoCalc": 0,
  8747.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECSupInsp_DidNot\");\r\nend;\r\n"
  8748.         },
  8749.         {
  8750.             "KeyWord": "RECApprSignDate",
  8751.             "FieldIndex": 578,
  8752.             "TypeOfField": 0,
  8753.             "CheckBox": 0,
  8754.             "Page": 2,
  8755.             "Justify": 0,
  8756.             "EditLeft": 96,
  8757.             "EditTop": 1200,
  8758.             "EditWidth": 216,
  8759.             "EditHeight": 13,
  8760.             "NumberOfLines": 1,
  8761.             "DefaultFont": "Tahoma,8,0,0",
  8762.             "DefPrecision": -1,
  8763.             "AutoCalc": 0,
  8764.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECApprSignDate\");\r\nend;\r\n"
  8765.         },
  8766.         {
  8767.             "KeyWord": "RECApprCert",
  8768.             "FieldIndex": 579,
  8769.             "TypeOfField": 0,
  8770.             "CheckBox": 0,
  8771.             "Page": 2,
  8772.             "Justify": 0,
  8773.             "EditLeft": 96,
  8774.             "EditTop": 1215,
  8775.             "EditWidth": 163,
  8776.             "EditHeight": 13,
  8777.             "NumberOfLines": 1,
  8778.             "DefaultFont": "Tahoma,8,0,0",
  8779.             "DefPrecision": -1,
  8780.             "AutoCalc": 0,
  8781.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECApprCert\");\r\nend;\r\n"
  8782.         },
  8783.         {
  8784.             "KeyWord": "RECApprLic",
  8785.             "FieldIndex": 581,
  8786.             "TypeOfField": 0,
  8787.             "CheckBox": 0,
  8788.             "Page": 2,
  8789.             "Justify": 0,
  8790.             "EditLeft": 96,
  8791.             "EditTop": 1230,
  8792.             "EditWidth": 163,
  8793.             "EditHeight": 13,
  8794.             "NumberOfLines": 1,
  8795.             "DefaultFont": "Tahoma,8,0,0",
  8796.             "DefPrecision": -1,
  8797.             "AutoCalc": 0,
  8798.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECApprLic\");\r\nend;\r\n"
  8799.         },
  8800.         {
  8801.             "KeyWord": "RECApprCertSt",
  8802.             "FieldIndex": 580,
  8803.             "TypeOfField": 0,
  8804.             "CheckBox": 0,
  8805.             "Page": 2,
  8806.             "Justify": 0,
  8807.             "EditLeft": 289,
  8808.             "EditTop": 1215,
  8809.             "EditWidth": 23,
  8810.             "EditHeight": 13,
  8811.             "NumberOfLines": 1,
  8812.             "DefaultFont": "Tahoma,8,0,0",
  8813.             "DefPrecision": -1,
  8814.             "AutoCalc": 0,
  8815.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECApprCertSt\");\r\nend;\r\n"
  8816.         },
  8817.         {
  8818.             "KeyWord": "RECApprName",
  8819.             "FieldIndex": 577,
  8820.             "TypeOfField": 0,
  8821.             "CheckBox": 0,
  8822.             "Page": 2,
  8823.             "Justify": 0,
  8824.             "EditLeft": 40,
  8825.             "EditTop": 1185,
  8826.             "EditWidth": 272,
  8827.             "EditHeight": 13,
  8828.             "NumberOfLines": 1,
  8829.             "DefaultFont": "Tahoma,8,0,0",
  8830.             "DefPrecision": -1,
  8831.             "AutoCalc": 0,
  8832.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECAppraiser\");\r\nend;\r\n"
  8833.         },
  8834.         {
  8835.             "KeyWord": "RECSupName",
  8836.             "FieldIndex": 585,
  8837.             "TypeOfField": 0,
  8838.             "CheckBox": 0,
  8839.             "Page": 2,
  8840.             "Justify": 0,
  8841.             "EditLeft": 344,
  8842.             "EditTop": 1185,
  8843.             "EditWidth": 186,
  8844.             "EditHeight": 13,
  8845.             "NumberOfLines": 1,
  8846.             "DefaultFont": "Tahoma,8,0,0",
  8847.             "DefPrecision": -1,
  8848.             "AutoCalc": 0,
  8849.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECSuperviser\");\r\nend;\r\n"
  8850.         },
  8851.         {
  8852.             "KeyWord": "RECSupSignDate",
  8853.             "FieldIndex": 586,
  8854.             "TypeOfField": 0,
  8855.             "CheckBox": 0,
  8856.             "Page": 2,
  8857.             "Justify": 0,
  8858.             "EditLeft": 397,
  8859.             "EditTop": 1200,
  8860.             "EditWidth": 219,
  8861.             "EditHeight": 13,
  8862.             "NumberOfLines": 1,
  8863.             "DefaultFont": "Tahoma,8,0,0",
  8864.             "DefPrecision": -1,
  8865.             "AutoCalc": 0,
  8866.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECSupSignDate\");\r\nend;\r\n"
  8867.         },
  8868.         {
  8869.             "KeyWord": "RECSupCert",
  8870.             "FieldIndex": 587,
  8871.             "TypeOfField": 0,
  8872.             "CheckBox": 0,
  8873.             "Page": 2,
  8874.             "Justify": 0,
  8875.             "EditLeft": 397,
  8876.             "EditTop": 1215,
  8877.             "EditWidth": 167,
  8878.             "EditHeight": 13,
  8879.             "NumberOfLines": 1,
  8880.             "DefaultFont": "Tahoma,8,0,0",
  8881.             "DefPrecision": -1,
  8882.             "AutoCalc": 0,
  8883.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECSupCert\");\r\nend;\r\n"
  8884.         },
  8885.         {
  8886.             "KeyWord": "RECSupLic",
  8887.             "FieldIndex": 589,
  8888.             "TypeOfField": 0,
  8889.             "CheckBox": 0,
  8890.             "Page": 2,
  8891.             "Justify": 0,
  8892.             "EditLeft": 397,
  8893.             "EditTop": 1230,
  8894.             "EditWidth": 167,
  8895.             "EditHeight": 13,
  8896.             "NumberOfLines": 1,
  8897.             "DefaultFont": "Tahoma,8,0,0",
  8898.             "DefPrecision": -1,
  8899.             "AutoCalc": 0,
  8900.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECSupLic\");\r\nend;\r\n"
  8901.         },
  8902.         {
  8903.             "KeyWord": "RECSupCertSt",
  8904.             "FieldIndex": 588,
  8905.             "TypeOfField": 0,
  8906.             "CheckBox": 0,
  8907.             "Page": 2,
  8908.             "Justify": 0,
  8909.             "EditLeft": 593,
  8910.             "EditTop": 1215,
  8911.             "EditWidth": 23,
  8912.             "EditHeight": 13,
  8913.             "NumberOfLines": 1,
  8914.             "DefaultFont": "Tahoma,8,0,0",
  8915.             "DefPrecision": -1,
  8916.             "AutoCalc": 0,
  8917.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECSupCertSt\");\r\nend;\r\n"
  8918.         },
  8919.         {
  8920.             "KeyWord": "GC1AdjPrice2_Text",
  8921.             "FieldIndex": 393,
  8922.             "TypeOfField": 0,
  8923.             "CheckBox": 0,
  8924.             "Page": 2,
  8925.             "Justify": 0,
  8926.             "EditLeft": 184,
  8927.             "EditTop": 747,
  8928.             "EditWidth": 59,
  8929.             "EditHeight": 13,
  8930.             "NumberOfLines": 1,
  8931.             "DefaultFont": "Tahoma,8,0,0",
  8932.             "DefPrecision": 2,
  8933.             "AutoCalc": 0,
  8934.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat adj, price;\r\n\tstring net;\r\n\tprice = atof(URAR0693.GC1SalePrice);\r\n\tif price != 0 then\r\n\tbegin\r\n\t\tadj=atof(URAR0693.GC1SalesFinAdj)\t+ atof(URAR0693.GC1SalesFin2Adj) +\r\n\t\t\tatof(URAR0693.GC1DateOfSaleAdj) + atof(URAR0693.GC1LocationAdj) +\r\n\t\t\tatof(URAR0693.GC1LeaseholdAdj)\t+ atof(URAR0693.GC1SiteAdj) +\r\n\t\t\tatof(URAR0693.GC1ViewAdj)\t\t+ atof(URAR0693.GC1DesignAdj) +\r\n\t\t\tatof(URAR0693.GC1QualConstrAdj) + atof(URAR0693.GC1AgeAdj) +\r\n\t\t\tatof(URAR0693.GC1ConditionAdj)\t+ atof(URAR0693.GC1RoomsAdj) +\r\n\t\t\tatof(URAR0693.GC1GLASqFtAdj)\t+ atof(URAR0693.GC1BsmRooms1Adj) +\r\n\t\t\tatof(URAR0693.GC1BsmRooms2Adj)\t+ atof(URAR0693.GC1FuncUtilAdj) +\r\n\t\t\tatof(URAR0693.GC1HeatCoolAdj)\t+ atof(URAR0693.GC1EnergyEffAdj) +\r\n\t\t\tatof(URAR0693.GC1GarCptAdj)\t \t+ atof(URAR0693.GC1PorchEtc1Adj) +\r\n\t\t\tatof(URAR0693.GC1PorchEtc2Adj)\t+ atof(URAR0693.GC1FenceEtcAdj) +\r\n\t\t\tatof(URAR0693.GC1ExtraItemAdj);\r\n\r\n\t\tnet = \"       \"+ToString(Abs(adj)/price * 100,2)+\"%\";\r\n\t\tURAR0693.GC1AdjPrice2_Text = \"N:\"+StrRight(net,7);\r\n\tend;\r\n\telse\r\n\t\tURAR0693.GC1AdjPrice2_Text = \"\";\r\nend;\r\n",
  8935.             "Updates": "393"
  8936.         },
  8937.         {
  8938.             "KeyWord": "GC2AdjPrice2_Text",
  8939.             "FieldIndex": 454,
  8940.             "TypeOfField": 0,
  8941.             "CheckBox": 0,
  8942.             "Page": 2,
  8943.             "Justify": 0,
  8944.             "EditLeft": 330,
  8945.             "EditTop": 747,
  8946.             "EditWidth": 58,
  8947.             "EditHeight": 13,
  8948.             "NumberOfLines": 1,
  8949.             "DefaultFont": "Tahoma,8,0,0",
  8950.             "DefPrecision": 2,
  8951.             "AutoCalc": 0,
  8952.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat adj, price;\r\n\tstring net;\r\n\tprice = atof(URAR0693.GC2SalePrice);\r\n\tif price != 0 then\r\n\tbegin\r\n\t\tadj=atof(URAR0693.GC2SalesFinAdj)\t+ atof(URAR0693.GC2SalesFin2Adj) +\r\n\t\t\tatof(URAR0693.GC2DateOfSaleAdj) + atof(URAR0693.GC2LocationAdj) +\r\n\t\t\tatof(URAR0693.GC2LeaseholdAdj)\t+ atof(URAR0693.GC2SiteAdj) +\r\n\t\t\tatof(URAR0693.GC2ViewAdj)\t\t+ atof(URAR0693.GC2DesignAdj) +\r\n\t\t\tatof(URAR0693.GC2QualConstrAdj) + atof(URAR0693.GC2AgeAdj) +\r\n\t\t\tatof(URAR0693.GC2ConditionAdj)\t+ atof(URAR0693.GC2RoomsAdj) +\r\n\t\t\tatof(URAR0693.GC2GLASqFtAdj)\t+ atof(URAR0693.GC2BsmRooms1Adj) +\r\n\t\t\tatof(URAR0693.GC2BsmRooms2Adj)\t+ atof(URAR0693.GC2FuncUtilAdj) +\r\n\t\t\tatof(URAR0693.GC2HeatCoolAdj)\t+ atof(URAR0693.GC2EnergyEffAdj) +\r\n\t\t\tatof(URAR0693.GC2GarCptAdj)\t \t+ atof(URAR0693.GC2PorchEtc1Adj) +\r\n\t\t\tatof(URAR0693.GC2PorchEtc2Adj)\t+ atof(URAR0693.GC2FenceEtcAdj) +\r\n\t\t\tatof(URAR0693.GC2ExtraItemAdj);\r\n\r\n\t\tnet = \"       \"+ToString(Abs(adj)/price * 100, 2)+\"%\";\r\n\t\tURAR0693.GC2AdjPrice2_Text = \"N:\"+StrRight(net,7);\r\n\tend;\r\n\telse\r\n\t\tURAR0693.GC2AdjPrice2_Text = \"\";\r\nend;\r\n",
  8953.             "Updates": "454"
  8954.         },
  8955.         {
  8956.             "KeyWord": "GC3AdjPrice2_Text",
  8957.             "FieldIndex": 515,
  8958.             "TypeOfField": 0,
  8959.             "CheckBox": 0,
  8960.             "Page": 2,
  8961.             "Justify": 0,
  8962.             "EditLeft": 475,
  8963.             "EditTop": 747,
  8964.             "EditWidth": 59,
  8965.             "EditHeight": 13,
  8966.             "NumberOfLines": 1,
  8967.             "DefaultFont": "Tahoma,8,0,0",
  8968.             "DefPrecision": 2,
  8969.             "AutoCalc": 0,
  8970.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat adj, price;\r\n\tstring net;\r\n\tprice = atof(URAR0693.GC3SalePrice);\r\n\tif price != 0 then\r\n\tbegin\r\n\t\tadj=atof(URAR0693.GC3SalesFinAdj)\t+ atof(URAR0693.GC3SalesFin2Adj) +\r\n\t\t\tatof(URAR0693.GC3DateOfSaleAdj) + atof(URAR0693.GC3LocationAdj) +\r\n\t\t\tatof(URAR0693.GC3LeaseholdAdj)\t+ atof(URAR0693.GC3SiteAdj) +\r\n\t\t\tatof(URAR0693.GC3ViewAdj)\t\t+ atof(URAR0693.GC3DesignAdj) +\r\n\t\t\tatof(URAR0693.GC3QualConstrAdj) + atof(URAR0693.GC3AgeAdj) +\r\n\t\t\tatof(URAR0693.GC3ConditionAdj)\t+ atof(URAR0693.GC3RoomsAdj) +\r\n\t\t\tatof(URAR0693.GC3GLASqFtAdj)\t+ atof(URAR0693.GC3BsmRooms1Adj) +\r\n\t\t\tatof(URAR0693.GC3BsmRooms2Adj)\t+ atof(URAR0693.GC3FuncUtilAdj) +\r\n\t\t\tatof(URAR0693.GC3HeatCoolAdj)\t+ atof(URAR0693.GC3EnergyEffAdj) +\r\n\t\t\tatof(URAR0693.GC3GarCptAdj)\t \t+ atof(URAR0693.GC3PorchEtc1Adj) +\r\n\t\t\tatof(URAR0693.GC3PorchEtc2Adj)\t+ atof(URAR0693.GC3FenceEtcAdj) +\r\n\t\t\tatof(URAR0693.GC3ExtraItemAdj);\r\n\r\n\t\tnet = \"       \"+ToString(Abs(adj)/price * 100, 2)+\"%\";\r\n\t\tURAR0693.GC3AdjPrice2_Text = \"N:\"+StrRight(net,7);\r\n\tend;\r\n\telse\r\n\t\tURAR0693.GC3AdjPrice2_Text = \"\";\r\nend;\r\n",
  8971.             "Updates": "515"
  8972.         },
  8973.         {
  8974.             "KeyWord": "GC3AdjPrice1_Text",
  8975.             "FieldIndex": 514,
  8976.             "TypeOfField": 0,
  8977.             "CheckBox": 0,
  8978.             "Page": 2,
  8979.             "Justify": 0,
  8980.             "EditLeft": 475,
  8981.             "EditTop": 731,
  8982.             "EditWidth": 59,
  8983.             "EditHeight": 13,
  8984.             "NumberOfLines": 1,
  8985.             "DefaultFont": "Tahoma,8,0,0",
  8986.             "DefPrecision": 2,
  8987.             "AutoCalc": 0,
  8988.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat adj, price;\r\n\tstring gross;\r\n\tprice = atof(URAR0693.GC3SalePrice);\r\n\tif price != 0 then\r\n\tbegin\r\n\t\tadj=abs(atof(URAR0693.GC3SalesFin1Adj))  + abs(atof(URAR0693.GC3SalesFin2Adj)) + \r\n\t\t\tabs(atof(URAR0693.GC3DateOfSaleAdj)) + abs(atof(URAR0693.GC3LocationAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC3LeaseholdAdj))\t + abs(atof(URAR0693.GC3SiteAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC3ViewAdj))\t\t + abs(atof(URAR0693.GC3DesignAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC3QualConstrAdj)) + abs(atof(URAR0693.GC3AgeAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC3ConditionAdj))\t + abs(atof(URAR0693.GC3RoomsAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC3GLASqFtAdj))\t + abs(atof(URAR0693.GC3BsmRooms1Adj)) +\r\n\t\t\tabs(atof(URAR0693.GC3BsmRooms2Adj))\t + abs(atof(URAR0693.GC3FuncUtilAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC3HeatCoolAdj))\t + abs(atof(URAR0693.GC3EnergyEffAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC3GarCptAdj))\t + abs(atof(URAR0693.GC3PorchEtc1Adj)) +\r\n\t\t\tabs(atof(URAR0693.GC3PorchEtc2Adj))\t + abs(atof(URAR0693.GC3FenceEtcAdj)) +\r\n\t\t\tabs(atof(URAR0693.GC3ExtraItemAdj));\r\n\r\n\t\tgross = \"       \"+ToString(adj/price * 100, 2)+\"%\";\r\n\t\tURAR0693.GC3AdjPrice1_Text = \"G:\"+StrRight(gross,7);\r\n\tend;\r\n\telse\r\n\t\tURAR0693.GC3AdjPrice1_Text = \"\";\r\nend;\r\n",
  8989.             "Updates": "514"
  8990.         },
  8991.         {
  8992.             "KeyWord": "GC1Plus_Box",
  8993.             "FieldIndex": 390,
  8994.             "TypeOfField": 1,
  8995.             "CheckBox": 1,
  8996.             "Page": 2,
  8997.             "Justify": 0,
  8998.             "EditLeft": 192,
  8999.             "EditTop": 716,
  9000.             "EditWidth": 12,
  9001.             "EditHeight": 13,
  9002.             "NumberOfLines": 1,
  9003.             "DefPrecision": -1,
  9004.             "AutoCalc": 0
  9005.         },
  9006.         {
  9007.             "KeyWord": "GC1Minus_Box",
  9008.             "FieldIndex": 391,
  9009.             "TypeOfField": 1,
  9010.             "CheckBox": 1,
  9011.             "Page": 2,
  9012.             "Justify": 0,
  9013.             "EditLeft": 223,
  9014.             "EditTop": 716,
  9015.             "EditWidth": 12,
  9016.             "EditHeight": 13,
  9017.             "NumberOfLines": 1,
  9018.             "DefPrecision": -1,
  9019.             "AutoCalc": 0
  9020.         },
  9021.         {
  9022.             "KeyWord": "GC2Plus_Box",
  9023.             "FieldIndex": 451,
  9024.             "TypeOfField": 1,
  9025.             "CheckBox": 1,
  9026.             "Page": 2,
  9027.             "Justify": 0,
  9028.             "EditLeft": 337,
  9029.             "EditTop": 716,
  9030.             "EditWidth": 12,
  9031.             "EditHeight": 13,
  9032.             "NumberOfLines": 1,
  9033.             "DefPrecision": -1,
  9034.             "AutoCalc": 0
  9035.         },
  9036.         {
  9037.             "KeyWord": "GC2Minus_Box",
  9038.             "FieldIndex": 452,
  9039.             "TypeOfField": 1,
  9040.             "CheckBox": 1,
  9041.             "Page": 2,
  9042.             "Justify": 0,
  9043.             "EditLeft": 368,
  9044.             "EditTop": 716,
  9045.             "EditWidth": 12,
  9046.             "EditHeight": 13,
  9047.             "NumberOfLines": 1,
  9048.             "DefPrecision": -1,
  9049.             "AutoCalc": 0
  9050.         },
  9051.         {
  9052.             "KeyWord": "GC3Plus_Box",
  9053.             "FieldIndex": 512,
  9054.             "TypeOfField": 1,
  9055.             "CheckBox": 1,
  9056.             "Page": 2,
  9057.             "Justify": 0,
  9058.             "EditLeft": 483,
  9059.             "EditTop": 716,
  9060.             "EditWidth": 12,
  9061.             "EditHeight": 13,
  9062.             "NumberOfLines": 1,
  9063.             "DefPrecision": -1,
  9064.             "AutoCalc": 0
  9065.         },
  9066.         {
  9067.             "KeyWord": "GC3Minus_Box",
  9068.             "FieldIndex": 513,
  9069.             "TypeOfField": 1,
  9070.             "CheckBox": 1,
  9071.             "Page": 2,
  9072.             "Justify": 0,
  9073.             "EditLeft": 514,
  9074.             "EditTop": 716,
  9075.             "EditWidth": 12,
  9076.             "EditHeight": 13,
  9077.             "NumberOfLines": 1,
  9078.             "DefPrecision": -1,
  9079.             "AutoCalc": 0
  9080.         },
  9081.         {
  9082.             "KeyWord": "RECApprLicSt",
  9083.             "FieldIndex": 582,
  9084.             "TypeOfField": 0,
  9085.             "CheckBox": 0,
  9086.             "Page": 2,
  9087.             "Justify": 0,
  9088.             "EditLeft": 289,
  9089.             "EditTop": 1230,
  9090.             "EditWidth": 23,
  9091.             "EditHeight": 13,
  9092.             "NumberOfLines": 1,
  9093.             "DefaultFont": "Tahoma,8,0,0",
  9094.             "DefPrecision": -1,
  9095.             "AutoCalc": 0,
  9096.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECApprLicSt\");\r\nend;\r\n"
  9097.         },
  9098.         {
  9099.             "KeyWord": "RECSupLicSt",
  9100.             "FieldIndex": 590,
  9101.             "TypeOfField": 0,
  9102.             "CheckBox": 0,
  9103.             "Page": 2,
  9104.             "Justify": 0,
  9105.             "EditLeft": 593,
  9106.             "EditTop": 1230,
  9107.             "EditWidth": 23,
  9108.             "EditHeight": 13,
  9109.             "NumberOfLines": 1,
  9110.             "DefaultFont": "Tahoma,8,0,0",
  9111.             "DefPrecision": -1,
  9112.             "AutoCalc": 0,
  9113.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"URAR0693.RECSupLicSt\");\r\nend;\r\n"
  9114.         },
  9115.         {
  9116.             "KeyWord": "RECGenComment",
  9117.             "FieldIndex": 576,
  9118.             "TypeOfField": 0,
  9119.             "CheckBox": 0,
  9120.             "Page": 2,
  9121.             "Justify": 0,
  9122.             "EditLeft": 13,
  9123.             "EditTop": 1137,
  9124.             "EditWidth": 603,
  9125.             "EditHeight": 13,
  9126.             "NumberOfLines": 1,
  9127.             "DefaultFont": "Tahoma,8,0,0",
  9128.             "DefPrecision": -1,
  9129.             "AutoCalc": 0
  9130.         },
  9131.         {
  9132.             "KeyWord": "NBHBoundaries_#2",
  9133.             "FieldIndex": 76,
  9134.             "TypeOfField": 0,
  9135.             "CheckBox": 0,
  9136.             "Page": 1,
  9137.             "Justify": 0,
  9138.             "EditLeft": 14,
  9139.             "EditTop": 295,
  9140.             "EditWidth": 601,
  9141.             "EditHeight": 13,
  9142.             "NumberOfLines": 2,
  9143.             "DefaultFont": "Tahoma,8,0,0",
  9144.             "DefPrecision": -1,
  9145.             "AutoCalc": 0
  9146.         },
  9147.         {
  9148.             "KeyWord": "NBHFactors_#2",
  9149.             "FieldIndex": 78,
  9150.             "TypeOfField": 0,
  9151.             "CheckBox": 0,
  9152.             "Page": 1,
  9153.             "Justify": 0,
  9154.             "EditLeft": 14,
  9155.             "EditTop": 342,
  9156.             "EditWidth": 601,
  9157.             "EditHeight": 13,
  9158.             "NumberOfLines": 5,
  9159.             "DefaultFont": "Tahoma,8,0,0",
  9160.             "DefPrecision": -1,
  9161.             "AutoCalc": 0
  9162.         },
  9163.         {
  9164.             "KeyWord": "NBHFactors_#3",
  9165.             "FieldIndex": 79,
  9166.             "TypeOfField": 0,
  9167.             "CheckBox": 0,
  9168.             "Page": 1,
  9169.             "Justify": 0,
  9170.             "EditLeft": 14,
  9171.             "EditTop": 357,
  9172.             "EditWidth": 601,
  9173.             "EditHeight": 13,
  9174.             "NumberOfLines": 5,
  9175.             "DefaultFont": "Tahoma,8,0,0",
  9176.             "DefPrecision": -1,
  9177.             "AutoCalc": 0
  9178.         },
  9179.         {
  9180.             "KeyWord": "NBHFactors_#4",
  9181.             "FieldIndex": 80,
  9182.             "TypeOfField": 0,
  9183.             "CheckBox": 0,
  9184.             "Page": 1,
  9185.             "Justify": 0,
  9186.             "EditLeft": 14,
  9187.             "EditTop": 372,
  9188.             "EditWidth": 601,
  9189.             "EditHeight": 13,
  9190.             "NumberOfLines": 5,
  9191.             "DefaultFont": "Tahoma,8,0,0",
  9192.             "DefPrecision": -1,
  9193.             "AutoCalc": 0
  9194.         },
  9195.         {
  9196.             "KeyWord": "NBHFactors_#5",
  9197.             "FieldIndex": 81,
  9198.             "TypeOfField": 0,
  9199.             "CheckBox": 0,
  9200.             "Page": 1,
  9201.             "Justify": 0,
  9202.             "EditLeft": 14,
  9203.             "EditTop": 387,
  9204.             "EditWidth": 601,
  9205.             "EditHeight": 13,
  9206.             "NumberOfLines": 5,
  9207.             "DefaultFont": "Tahoma,8,0,0",
  9208.             "DefPrecision": -1,
  9209.             "AutoCalc": 0
  9210.         },
  9211.         {
  9212.             "KeyWord": "NBHMktCond_#2",
  9213.             "FieldIndex": 83,
  9214.             "TypeOfField": 0,
  9215.             "CheckBox": 0,
  9216.             "Page": 1,
  9217.             "Justify": 0,
  9218.             "EditLeft": 13,
  9219.             "EditTop": 450,
  9220.             "EditWidth": 602,
  9221.             "EditHeight": 13,
  9222.             "NumberOfLines": 5,
  9223.             "DefaultFont": "Tahoma,8,0,0",
  9224.             "DefPrecision": -1,
  9225.             "AutoCalc": 0
  9226.         },
  9227.         {
  9228.             "KeyWord": "NBHMktCond_#3",
  9229.             "FieldIndex": 84,
  9230.             "TypeOfField": 0,
  9231.             "CheckBox": 0,
  9232.             "Page": 1,
  9233.             "Justify": 0,
  9234.             "EditLeft": 13,
  9235.             "EditTop": 465,
  9236.             "EditWidth": 602,
  9237.             "EditHeight": 13,
  9238.             "NumberOfLines": 5,
  9239.             "DefaultFont": "Tahoma,8,0,0",
  9240.             "DefPrecision": -1,
  9241.             "AutoCalc": 0
  9242.         },
  9243.         {
  9244.             "KeyWord": "NBHMktCond_#4",
  9245.             "FieldIndex": 85,
  9246.             "TypeOfField": 0,
  9247.             "CheckBox": 0,
  9248.             "Page": 1,
  9249.             "Justify": 0,
  9250.             "EditLeft": 13,
  9251.             "EditTop": 480,
  9252.             "EditWidth": 602,
  9253.             "EditHeight": 13,
  9254.             "NumberOfLines": 5,
  9255.             "DefaultFont": "Tahoma,8,0,0",
  9256.             "DefPrecision": -1,
  9257.             "AutoCalc": 0
  9258.         },
  9259.         {
  9260.             "KeyWord": "NBHMktCond_#5",
  9261.             "FieldIndex": 86,
  9262.             "TypeOfField": 0,
  9263.             "CheckBox": 0,
  9264.             "Page": 1,
  9265.             "Justify": 0,
  9266.             "EditLeft": 13,
  9267.             "EditTop": 495,
  9268.             "EditWidth": 602,
  9269.             "EditHeight": 13,
  9270.             "NumberOfLines": 5,
  9271.             "DefaultFont": "Tahoma,8,0,0",
  9272.             "DefPrecision": -1,
  9273.             "AutoCalc": 0
  9274.         },
  9275.         {
  9276.             "KeyWord": "SITComments_#2",
  9277.             "FieldIndex": 143,
  9278.             "TypeOfField": 0,
  9279.             "CheckBox": 0,
  9280.             "Page": 1,
  9281.             "Justify": 0,
  9282.             "EditLeft": 13,
  9283.             "EditTop": 742,
  9284.             "EditWidth": 602,
  9285.             "EditHeight": 13,
  9286.             "NumberOfLines": 3,
  9287.             "DefaultFont": "Tahoma,8,0,0",
  9288.             "DefPrecision": -1,
  9289.             "AutoCalc": 0
  9290.         },
  9291.         {
  9292.             "KeyWord": "SITComments_#3",
  9293.             "FieldIndex": 144,
  9294.             "TypeOfField": 0,
  9295.             "CheckBox": 0,
  9296.             "Page": 1,
  9297.             "Justify": 0,
  9298.             "EditLeft": 13,
  9299.             "EditTop": 757,
  9300.             "EditWidth": 602,
  9301.             "EditHeight": 13,
  9302.             "NumberOfLines": 3,
  9303.             "DefaultFont": "Tahoma,8,0,0",
  9304.             "DefPrecision": -1,
  9305.             "AutoCalc": 0
  9306.         },
  9307.         {
  9308.             "KeyWord": "CMTAddFeatures_#2",
  9309.             "FieldIndex": 287,
  9310.             "TypeOfField": 0,
  9311.             "CheckBox": 0,
  9312.             "Page": 1,
  9313.             "Justify": 0,
  9314.             "EditLeft": 14,
  9315.             "EditTop": 1128,
  9316.             "EditWidth": 601,
  9317.             "EditHeight": 13,
  9318.             "NumberOfLines": 2,
  9319.             "DefaultFont": "Tahoma,8,0,0",
  9320.             "DefPrecision": -1,
  9321.             "AutoCalc": 0
  9322.         },
  9323.         {
  9324.             "KeyWord": "SCMComments_#2",
  9325.             "FieldIndex": 542,
  9326.             "TypeOfField": 0,
  9327.             "CheckBox": 0,
  9328.             "Page": 2,
  9329.             "Justify": 0,
  9330.             "EditLeft": 13,
  9331.             "EditTop": 778,
  9332.             "EditWidth": 603,
  9333.             "EditHeight": 13,
  9334.             "NumberOfLines": 6,
  9335.             "DefaultFont": "Tahoma,8,0,0",
  9336.             "DefPrecision": -1,
  9337.             "AutoCalc": 0
  9338.         },
  9339.         {
  9340.             "KeyWord": "SCMComments_#3",
  9341.             "FieldIndex": 543,
  9342.             "TypeOfField": 0,
  9343.             "CheckBox": 0,
  9344.             "Page": 2,
  9345.             "Justify": 0,
  9346.             "EditLeft": 13,
  9347.             "EditTop": 793,
  9348.             "EditWidth": 603,
  9349.             "EditHeight": 13,
  9350.             "NumberOfLines": 6,
  9351.             "DefaultFont": "Tahoma,8,0,0",
  9352.             "DefPrecision": -1,
  9353.             "AutoCalc": 0
  9354.         },
  9355.         {
  9356.             "KeyWord": "SCMComments_#4",
  9357.             "FieldIndex": 544,
  9358.             "TypeOfField": 0,
  9359.             "CheckBox": 0,
  9360.             "Page": 2,
  9361.             "Justify": 0,
  9362.             "EditLeft": 13,
  9363.             "EditTop": 808,
  9364.             "EditWidth": 603,
  9365.             "EditHeight": 13,
  9366.             "NumberOfLines": 6,
  9367.             "DefaultFont": "Tahoma,8,0,0",
  9368.             "DefPrecision": -1,
  9369.             "AutoCalc": 0
  9370.         },
  9371.         {
  9372.             "KeyWord": "SCMComments_#5",
  9373.             "FieldIndex": 545,
  9374.             "TypeOfField": 0,
  9375.             "CheckBox": 0,
  9376.             "Page": 2,
  9377.             "Justify": 0,
  9378.             "EditLeft": 13,
  9379.             "EditTop": 823,
  9380.             "EditWidth": 603,
  9381.             "EditHeight": 13,
  9382.             "NumberOfLines": 6,
  9383.             "DefaultFont": "Tahoma,8,0,0",
  9384.             "DefPrecision": -1,
  9385.             "AutoCalc": 0
  9386.         },
  9387.         {
  9388.             "KeyWord": "SCMComments_#6",
  9389.             "FieldIndex": 546,
  9390.             "TypeOfField": 0,
  9391.             "CheckBox": 0,
  9392.             "Page": 2,
  9393.             "Justify": 0,
  9394.             "EditLeft": 13,
  9395.             "EditTop": 838,
  9396.             "EditWidth": 603,
  9397.             "EditHeight": 13,
  9398.             "NumberOfLines": 6,
  9399.             "DefaultFont": "Tahoma,8,0,0",
  9400.             "DefPrecision": -1,
  9401.             "AutoCalc": 0
  9402.         },
  9403.         {
  9404.             "KeyWord": "SCMAnalysis_#2",
  9405.             "FieldIndex": 560,
  9406.             "TypeOfField": 0,
  9407.             "CheckBox": 0,
  9408.             "Page": 2,
  9409.             "Justify": 0,
  9410.             "EditLeft": 13,
  9411.             "EditTop": 942,
  9412.             "EditWidth": 603,
  9413.             "EditHeight": 13,
  9414.             "NumberOfLines": 2,
  9415.             "DefaultFont": "Tahoma,8,0,0",
  9416.             "DefPrecision": -1,
  9417.             "AutoCalc": 0
  9418.         },
  9419.         {
  9420.             "KeyWord": "RECFinRec_#3",
  9421.             "FieldIndex": 572,
  9422.             "TypeOfField": 0,
  9423.             "CheckBox": 0,
  9424.             "Page": 2,
  9425.             "Justify": 0,
  9426.             "EditLeft": 13,
  9427.             "EditTop": 1066,
  9428.             "EditWidth": 603,
  9429.             "EditHeight": 13,
  9430.             "NumberOfLines": 3,
  9431.             "DefaultFont": "Tahoma,8,0,0",
  9432.             "DefPrecision": -1,
  9433.             "AutoCalc": 0
  9434.         },
  9435.         {
  9436.             "KeyWord": "CMTCondition_#2",
  9437.             "FieldIndex": 289,
  9438.             "TypeOfField": 0,
  9439.             "CheckBox": 0,
  9440.             "Page": 1,
  9441.             "Justify": 0,
  9442.             "EditLeft": 14,
  9443.             "EditTop": 1158,
  9444.             "EditWidth": 601,
  9445.             "EditHeight": 13,
  9446.             "NumberOfLines": 4,
  9447.             "DefaultFont": "Tahoma,8,0,0",
  9448.             "DefPrecision": -1,
  9449.             "AutoCalc": 0
  9450.         },
  9451.         {
  9452.             "KeyWord": "CMTCondition_#3",
  9453.             "FieldIndex": 290,
  9454.             "TypeOfField": 0,
  9455.             "CheckBox": 0,
  9456.             "Page": 1,
  9457.             "Justify": 0,
  9458.             "EditLeft": 14,
  9459.             "EditTop": 1173,
  9460.             "EditWidth": 601,
  9461.             "EditHeight": 13,
  9462.             "NumberOfLines": 4,
  9463.             "DefaultFont": "Tahoma,8,0,0",
  9464.             "DefPrecision": -1,
  9465.             "AutoCalc": 0
  9466.         },
  9467.         {
  9468.             "KeyWord": "CMTCondition_#4",
  9469.             "FieldIndex": 291,
  9470.             "TypeOfField": 0,
  9471.             "CheckBox": 0,
  9472.             "Page": 1,
  9473.             "Justify": 0,
  9474.             "EditLeft": 14,
  9475.             "EditTop": 1188,
  9476.             "EditWidth": 601,
  9477.             "EditHeight": 13,
  9478.             "NumberOfLines": 4,
  9479.             "DefaultFont": "Tahoma,8,0,0",
  9480.             "DefPrecision": -1,
  9481.             "AutoCalc": 0
  9482.         },
  9483.         {
  9484.             "KeyWord": "CMTAdvEnvCond_#2",
  9485.             "FieldIndex": 293,
  9486.             "TypeOfField": 0,
  9487.             "CheckBox": 0,
  9488.             "Page": 1,
  9489.             "Justify": 0,
  9490.             "EditLeft": 13,
  9491.             "EditTop": 1230,
  9492.             "EditWidth": 602,
  9493.             "EditHeight": 13,
  9494.             "NumberOfLines": 2,
  9495.             "DefaultFont": "Tahoma,8,0,0",
  9496.             "DefPrecision": -1,
  9497.             "AutoCalc": 0
  9498.         },
  9499.         {
  9500.             "KeyWord": "CSTComments_#2",
  9501.             "FieldIndex": 320,
  9502.             "TypeOfField": 0,
  9503.             "CheckBox": 0,
  9504.             "Page": 2,
  9505.             "Justify": 0,
  9506.             "EditLeft": 345,
  9507.             "EditTop": 84,
  9508.             "EditWidth": 271,
  9509.             "EditHeight": 13,
  9510.             "NumberOfLines": 10,
  9511.             "DefaultFont": "Tahoma,8,0,0",
  9512.             "DefPrecision": -1,
  9513.             "AutoCalc": 0
  9514.         },
  9515.         {
  9516.             "KeyWord": "CSTComments_#3",
  9517.             "FieldIndex": 321,
  9518.             "TypeOfField": 0,
  9519.             "CheckBox": 0,
  9520.             "Page": 2,
  9521.             "Justify": 0,
  9522.             "EditLeft": 345,
  9523.             "EditTop": 99,
  9524.             "EditWidth": 271,
  9525.             "EditHeight": 13,
  9526.             "NumberOfLines": 10,
  9527.             "DefaultFont": "Tahoma,8,0,0",
  9528.             "DefPrecision": -1,
  9529.             "AutoCalc": 0
  9530.         },
  9531.         {
  9532.             "KeyWord": "CSTComments_#4",
  9533.             "FieldIndex": 322,
  9534.             "TypeOfField": 0,
  9535.             "CheckBox": 0,
  9536.             "Page": 2,
  9537.             "Justify": 0,
  9538.             "EditLeft": 345,
  9539.             "EditTop": 114,
  9540.             "EditWidth": 271,
  9541.             "EditHeight": 13,
  9542.             "NumberOfLines": 10,
  9543.             "DefaultFont": "Tahoma,8,0,0",
  9544.             "DefPrecision": -1,
  9545.             "AutoCalc": 0
  9546.         },
  9547.         {
  9548.             "KeyWord": "CSTComments_#5",
  9549.             "FieldIndex": 323,
  9550.             "TypeOfField": 0,
  9551.             "CheckBox": 0,
  9552.             "Page": 2,
  9553.             "Justify": 0,
  9554.             "EditLeft": 345,
  9555.             "EditTop": 129,
  9556.             "EditWidth": 271,
  9557.             "EditHeight": 13,
  9558.             "NumberOfLines": 10,
  9559.             "DefaultFont": "Tahoma,8,0,0",
  9560.             "DefPrecision": -1,
  9561.             "AutoCalc": 0
  9562.         },
  9563.         {
  9564.             "KeyWord": "CSTComments_#6",
  9565.             "FieldIndex": 324,
  9566.             "TypeOfField": 0,
  9567.             "CheckBox": 0,
  9568.             "Page": 2,
  9569.             "Justify": 0,
  9570.             "EditLeft": 345,
  9571.             "EditTop": 144,
  9572.             "EditWidth": 271,
  9573.             "EditHeight": 13,
  9574.             "NumberOfLines": 10,
  9575.             "DefaultFont": "Tahoma,8,0,0",
  9576.             "DefPrecision": -1,
  9577.             "AutoCalc": 0
  9578.         },
  9579.         {
  9580.             "KeyWord": "CSTComments_#7",
  9581.             "FieldIndex": 325,
  9582.             "TypeOfField": 0,
  9583.             "CheckBox": 0,
  9584.             "Page": 2,
  9585.             "Justify": 0,
  9586.             "EditLeft": 345,
  9587.             "EditTop": 159,
  9588.             "EditWidth": 271,
  9589.             "EditHeight": 13,
  9590.             "NumberOfLines": 10,
  9591.             "DefaultFont": "Tahoma,8,0,0",
  9592.             "DefPrecision": -1,
  9593.             "AutoCalc": 0
  9594.         },
  9595.         {
  9596.             "KeyWord": "CSTComments_#8",
  9597.             "FieldIndex": 326,
  9598.             "TypeOfField": 0,
  9599.             "CheckBox": 0,
  9600.             "Page": 2,
  9601.             "Justify": 0,
  9602.             "EditLeft": 345,
  9603.             "EditTop": 174,
  9604.             "EditWidth": 271,
  9605.             "EditHeight": 13,
  9606.             "NumberOfLines": 10,
  9607.             "DefaultFont": "Tahoma,8,0,0",
  9608.             "DefPrecision": -1,
  9609.             "AutoCalc": 0
  9610.         },
  9611.         {
  9612.             "KeyWord": "CSTComments_#9",
  9613.             "FieldIndex": 327,
  9614.             "TypeOfField": 0,
  9615.             "CheckBox": 0,
  9616.             "Page": 2,
  9617.             "Justify": 0,
  9618.             "EditLeft": 345,
  9619.             "EditTop": 189,
  9620.             "EditWidth": 271,
  9621.             "EditHeight": 13,
  9622.             "NumberOfLines": 10,
  9623.             "DefaultFont": "Tahoma,8,0,0",
  9624.             "DefPrecision": -1,
  9625.             "AutoCalc": 0
  9626.         },
  9627.         {
  9628.             "KeyWord": "RECConditions_#2",
  9629.             "FieldIndex": 569,
  9630.             "TypeOfField": 0,
  9631.             "CheckBox": 0,
  9632.             "Page": 2,
  9633.             "Justify": 0,
  9634.             "EditLeft": 13,
  9635.             "EditTop": 1021,
  9636.             "EditWidth": 603,
  9637.             "EditHeight": 13,
  9638.             "NumberOfLines": 2,
  9639.             "DefaultFont": "Tahoma,8,0,0",
  9640.             "DefPrecision": -1,
  9641.             "AutoCalc": 0
  9642.         },
  9643.         {
  9644.             "KeyWord": "RECFinRec_#2",
  9645.             "FieldIndex": 571,
  9646.             "TypeOfField": 0,
  9647.             "CheckBox": 0,
  9648.             "Page": 2,
  9649.             "Justify": 0,
  9650.             "EditLeft": 13,
  9651.             "EditTop": 1051,
  9652.             "EditWidth": 603,
  9653.             "EditHeight": 13,
  9654.             "NumberOfLines": 3,
  9655.             "DefaultFont": "Tahoma,8,0,0",
  9656.             "DefPrecision": -1,
  9657.             "AutoCalc": 0
  9658.         },
  9659.         {
  9660.             "KeyWord": "CSTGarCptCost",
  9661.             "FieldIndex": 307,
  9662.             "TypeOfField": 0,
  9663.             "CheckBox": 0,
  9664.             "Page": 2,
  9665.             "Justify": 1,
  9666.             "EditLeft": 229,
  9667.             "EditTop": 109,
  9668.             "EditWidth": 73,
  9669.             "EditHeight": 13,
  9670.             "NumberOfLines": 1,
  9671.             "DefaultFont": "Tahoma,8,0,0",
  9672.             "DefPrecision": 0,
  9673.             "AutoCalc": 0,
  9674.             "Formula": "routine main() returns nothing,\r\nrequires !Changed(\"URAR0693.CSTGarCptCost\"),\r\naffects \"URAR0693.CSTTotCostNew\" is\r\nbegin\r\n\tinteger i;\r\n\ti = Round(atof(URAR0693.CSTGarCptSF) * atof(URAR0693.CSTGarCptPPSF));\r\n\tURAR0693.CSTGarCptCost = ToString(i);\r\nend;\r\n",
  9675.             "Dependencies": "308",
  9676.             "Updates": "307"
  9677.         },
  9678.         {
  9679.             "KeyWord": "RMSAGSqFtGLA",
  9680.             "FieldIndex": 238,
  9681.             "TypeOfField": 0,
  9682.             "CheckBox": 0,
  9683.             "Page": 1,
  9684.             "Justify": 2,
  9685.             "EditLeft": 432,
  9686.             "EditTop": 974,
  9687.             "EditWidth": 49,
  9688.             "EditHeight": 13,
  9689.             "NumberOfLines": 1,
  9690.             "DefaultFont": "Tahoma,8,0,0",
  9691.             "DefPrecision": 0,
  9692.             "AutoCalc": 0,
  9693.             "Formula": "routine main() returns nothing,\r\naffects \"URAR0693.GSUGLASqFt\",\r\naffects \"URAR0693.CSTDwellCost\" is\r\n/* no depends URAR0693.CSTDwellSF */\r\nbegin\r\n\tstring gla;\r\n\tgla = GetArea(\"GrossLivingArea\");\r\n\tif IsEmpty(gla) then\r\n\tbegin\r\n\t\tinteger i;\r\n\t\ti = atoi(URAR0693.RMSLv1Area) + atoi(URAR0693.RMSLv2Area) +\r\n\t\t\tatoi(URAR0693.RMSOthArea);\r\n\t\tgla = ToString(i);\r\n\tend;\r\n\r\n\tURAR0693.RMSAGSqFtGLA = gla;\r\n\tCopyField(\"URAR0693.RMSAGSqFtGLA\");\r\n\r\n\tif !Changed(\"URAR0693.CSTDwellSF\") then\r\n\t\tURAR0693.CSTDwellSF = gla;\r\n\r\n\tif !Changed(\"URAR0693.GSUGLASqFt\") then\r\n\t\tURAR0693.GSUGLASqFt = gla;\r\nend;\r\n",
  9694.             "Dependencies": "346,299",
  9695.             "Updates": "238,297,346"
  9696.         },
  9697.         {
  9698.             "KeyWord": "FileNumber",
  9699.             "FieldIndex": 2,
  9700.             "TypeOfField": 0,
  9701.             "CheckBox": 0,
  9702.             "Page": 1,
  9703.             "Justify": 1,
  9704.             "EditLeft": 536,
  9705.             "EditTop": 20,
  9706.             "EditWidth": 82,
  9707.             "EditHeight": 13,
  9708.             "NumberOfLines": 1,
  9709.             "DefaultFont": "Tahoma,8,0,0",
  9710.             "DefPrecision": -1,
  9711.             "AutoCalc": 1,
  9712.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tURAR0693.P2FileNumber = URAR0693.FileNumber;\r\n\tCopyField(\"URAR0693.FileNumber\");\r\nend;\r\n",
  9713.             "Updates": "295"
  9714.         },
  9715.         {
  9716.             "KeyWord": "P2ClientCaseNumber",
  9717.             "FieldIndex": 294,
  9718.             "TypeOfField": 0,
  9719.             "CheckBox": 0,
  9720.             "Page": 2,
  9721.             "Justify": 1,
  9722.             "EditLeft": 483,
  9723.             "EditTop": 2,
  9724.             "EditWidth": 133,
  9725.             "EditHeight": 13,
  9726.             "NumberOfLines": 1,
  9727.             "DefaultFont": "Tahoma,8,0,0",
  9728.             "DefPrecision": -1,
  9729.             "AutoCalc": 0
  9730.         },
  9731.         {
  9732.             "KeyWord": "CSTComments_#10",
  9733.             "FieldIndex": 328,
  9734.             "TypeOfField": 0,
  9735.             "CheckBox": 0,
  9736.             "Page": 2,
  9737.             "Justify": 0,
  9738.             "EditLeft": 345,
  9739.             "EditTop": 204,
  9740.             "EditWidth": 271,
  9741.             "EditHeight": 13,
  9742.             "NumberOfLines": 10,
  9743.             "DefaultFont": "Tahoma,8,0,0",
  9744.             "DefPrecision": -1,
  9745.             "AutoCalc": 0
  9746.         },
  9747.         {
  9748.             "KeyWord": "P2FileNumber",
  9749.             "FieldIndex": 295,
  9750.             "TypeOfField": 0,
  9751.             "CheckBox": 0,
  9752.             "Page": 2,
  9753.             "Justify": 1,
  9754.             "EditLeft": 532,
  9755.             "EditTop": 19,
  9756.             "EditWidth": 84,
  9757.             "EditHeight": 13,
  9758.             "NumberOfLines": 1,
  9759.             "DefaultFont": "Tahoma,8,0,0",
  9760.             "DefPrecision": -1,
  9761.             "AutoCalc": 0
  9762.         },
  9763.         {
  9764.             "KeyWord": "RECApprSignature",
  9765.             "FieldIndex": 100000000,
  9766.             "TypeOfField": 3,
  9767.             "CheckBox": 0,
  9768.             "Page": 2,
  9769.             "Justify": 0,
  9770.             "EditLeft": 63,
  9771.             "EditTop": 1151,
  9772.             "EditWidth": 249,
  9773.             "EditHeight": 33,
  9774.             "NumberOfLines": 1,
  9775.             "DefPrecision": -1,
  9776.             "AutoCalc": 0
  9777.         },
  9778.         {
  9779.             "KeyWord": "RECSupSignature",
  9780.             "FieldIndex": 100000001,
  9781.             "TypeOfField": 3,
  9782.             "CheckBox": 0,
  9783.             "Page": 2,
  9784.             "Justify": 0,
  9785.             "EditLeft": 355,
  9786.             "EditTop": 1160,
  9787.             "EditWidth": 174,
  9788.             "EditHeight": 24,
  9789.             "NumberOfLines": 1,
  9790.             "DefPrecision": -1,
  9791.             "AutoCalc": 0
  9792.         }
  9793.     ]
  9794. }